PaymentRequestPaymentMethodBankAccountTypeEnum class
- Inheritance
-
- Object
- EnumClass
- PaymentRequestPaymentMethodBankAccountTypeEnum
Properties
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<
PaymentRequestPaymentMethodBankAccountTypeEnum> -
no setter
-
values
→ BuiltSet<
PaymentRequestPaymentMethodBankAccountTypeEnum> -
no setter
Static Methods
Constants
- balance → const PaymentRequestPaymentMethodBankAccountTypeEnum
- The bank account type (checking, savings...).
- checking → const PaymentRequestPaymentMethodBankAccountTypeEnum
- The bank account type (checking, savings...).
- deposit → const PaymentRequestPaymentMethodBankAccountTypeEnum
- The bank account type (checking, savings...).
- general → const PaymentRequestPaymentMethodBankAccountTypeEnum
- The bank account type (checking, savings...).
- other → const PaymentRequestPaymentMethodBankAccountTypeEnum
- The bank account type (checking, savings...).
- payment → const PaymentRequestPaymentMethodBankAccountTypeEnum
- The bank account type (checking, savings...).
- savings → const PaymentRequestPaymentMethodBankAccountTypeEnum
- The bank account type (checking, savings...).
- unknownDefaultOpenApi → const PaymentRequestPaymentMethodBankAccountTypeEnum
- The bank account type (checking, savings...).