BalanceTransferResponseTypeEnum class

Inheritance
  • Object
  • EnumClass
  • BalanceTransferResponseTypeEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<BalanceTransferResponseTypeEnum>
no setter
values → BuiltSet<BalanceTransferResponseTypeEnum>
no setter

Constants

adjustment → const BalanceTransferResponseTypeEnum
The type of balance transfer. Possible values: tax, fee, terminalSale, credit, debit, and adjustment.
credit → const BalanceTransferResponseTypeEnum
The type of balance transfer. Possible values: tax, fee, terminalSale, credit, debit, and adjustment.
debit → const BalanceTransferResponseTypeEnum
The type of balance transfer. Possible values: tax, fee, terminalSale, credit, debit, and adjustment.
fee → const BalanceTransferResponseTypeEnum
The type of balance transfer. Possible values: tax, fee, terminalSale, credit, debit, and adjustment.
tax → const BalanceTransferResponseTypeEnum
The type of balance transfer. Possible values: tax, fee, terminalSale, credit, debit, and adjustment.
terminalSale → const BalanceTransferResponseTypeEnum
The type of balance transfer. Possible values: tax, fee, terminalSale, credit, debit, and adjustment.
unknownDefaultOpenApi → const BalanceTransferResponseTypeEnum
The type of balance transfer. Possible values: tax, fee, terminalSale, credit, debit, and adjustment.