pending constant
The status of the transaction. Possible values: * pending: The transaction is still pending. * booked: The transaction has been booked to the balance account.
Implementation
@BuiltValueEnumConst(wireName: r'pending')
static const TransactionStatusEnum pending = _$transactionStatusEnum_pending;