lines property

List<InvoiceLine> lines
final

The list of items (invoice lines) associated with the invoice.

Implementation

final List<InvoiceLine> lines;