lines property

List<InvoiceLine> lines
final

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

Implementation

final List<InvoiceLine> lines;