items property

List<InvoiceItem> items
final

List of line items in the invoice.

Implementation

final List<InvoiceItem> items;