PaymentOption enum

Inheritance
Available extensions

Values

ALL → const PaymentOption
FULL → const PaymentOption
INSTALLMENT → const PaymentOption
CREDIT_CARD → const PaymentOption
CREDIT_CARD_INSTALLMENT → const PaymentOption
ONE_TWO_THREE → const PaymentOption
MPU → const PaymentOption
UPOP → const PaymentOption
ALIPAY → const PaymentOption
SAMSUNG_PAY → const PaymentOption
KCP → const PaymentOption
GCASH → const PaymentOption
KBZ → const PaymentOption
WAVEPAY → const PaymentOption
MASTER_PASS → const PaymentOption
BANK → const PaymentOption
KIOSK → const PaymentOption
OVER_THE_COUNTER → const PaymentOption
TOUCH_N_GO → const PaymentOption
GRAB_PAY → const PaymentOption
BOOST → const PaymentOption
LOAN_CARD → const PaymentOption
MOMO → const PaymentOption
TRUE_MONEY → const PaymentOption
OK_DOLLAR → const PaymentOption

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
name String

Available on PaymentOption, provided by the PaymentOptionExtension extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String

Available on PaymentOption, provided by the PaymentOptionExtension extension

no setter

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<PaymentOption>
A constant List of the values in this enum, in order of their declaration.