DigitalInvoiceViewController

public class DigitalInvoiceViewController : UIViewController
extension DigitalInvoiceViewController: UITableViewDelegate, UITableViewDataSource

This class is a view controller that lets the user view their invoice together with the line items and total amount to pay. It will push the LineItemDetailsViewController onto the navigation stack when the user taps the “Edit” button on any of the line items.