invoices property

List<Invoice>? invoices
getter/setter pair

The list of invoices.

This list will be absent if empty.

Implementation

core.List<Invoice>? invoices;