state property

InvoiceState? state
getter/setter pair

Current state of the invoice UNPAID, PAID, PENDING, CANCELLED

Implementation

InvoiceState? state;