status property
The status of the transaction. Possible values: * pending: The transaction is still pending. * booked: The transaction has been booked to the balance account.
Implementation
@BuiltValueField(wireName: r'status')
TransactionStatusEnum get status;