CountryBasedPaymentAccountPayload_Message enum
Values
- bankAccountPayload → const CountryBasedPaymentAccountPayload_Message
- cashDepositAccountPayload → const CountryBasedPaymentAccountPayload_Message
- sepaAccountPayload → const CountryBasedPaymentAccountPayload_Message
- westernUnionAccountPayload → const CountryBasedPaymentAccountPayload_Message
- sepaInstantAccountPayload → const CountryBasedPaymentAccountPayload_Message
- f2fAccountPayload → const CountryBasedPaymentAccountPayload_Message
- upiAccountPayload → const CountryBasedPaymentAccountPayload_Message
- paytmAccountPayload → const CountryBasedPaymentAccountPayload_Message
- ifscBasedAccountPayload → const CountryBasedPaymentAccountPayload_Message
- nequiAccountPayload → const CountryBasedPaymentAccountPayload_Message
- bizumAccountPayload → const CountryBasedPaymentAccountPayload_Message
- pixAccountPayload → const CountryBasedPaymentAccountPayload_Message
- satispayAccountPayload → const CountryBasedPaymentAccountPayload_Message
- strikeAccountPayload → const CountryBasedPaymentAccountPayload_Message
- tikkieAccountPayload → const CountryBasedPaymentAccountPayload_Message
- transferwiseUsdAccountPayload → const CountryBasedPaymentAccountPayload_Message
- swiftAccountPayload → const CountryBasedPaymentAccountPayload_Message
- notSet → const CountryBasedPaymentAccountPayload_Message
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
Constants
-
values
→ const List<
CountryBasedPaymentAccountPayload_Message> - A constant List of the values in this enum, in order of their declaration.