PaymentMethodType enum
Values
- acss_debit → const PaymentMethodType
- affirm → const PaymentMethodType
- afterpay_clearpay → const PaymentMethodType
- alipay → const PaymentMethodType
- au_becs_debit → const PaymentMethodType
- bacs_debit → const PaymentMethodType
- bancontact → const PaymentMethodType
- blik → const PaymentMethodType
- boleto → const PaymentMethodType
- card → const PaymentMethodType
- cashapp → const PaymentMethodType
- customer_balance → const PaymentMethodType
- eps → const PaymentMethodType
- fpx → const PaymentMethodType
- giropay → const PaymentMethodType
- grabpay → const PaymentMethodType
- ideal → const PaymentMethodType
- klarna → const PaymentMethodType
- konbini → const PaymentMethodType
- link → const PaymentMethodType
- oxxo → const PaymentMethodType
- p24 → const PaymentMethodType
- paynow → const PaymentMethodType
- pix → const PaymentMethodType
- promptpay → const PaymentMethodType
- sepa_debit → const PaymentMethodType
- sofort → const PaymentMethodType
- us_bank_account → const PaymentMethodType
- wechat_pay → const PaymentMethodType
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<
PaymentMethodType> - A constant List of the values in this enum, in order of their declaration.