PaymentOptionType class
The available payment option types.
Constructors
- PaymentOptionType(dynamic id, dynamic jsonValue)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
finalinherited
Methods
-
matches(
ValueEnum other) → bool -
inherited
-
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
- collect ↔ PaymentOptionType
-
The payment is collected.
getter/setter pair
- recipient ↔ PaymentOptionType
-
The recipient is the payer.
getter/setter pair
- sender ↔ PaymentOptionType
-
The sender is the payer.
getter/setter pair
- thirdParty ↔ PaymentOptionType
-
A third party is the payer.
getter/setter pair
Static Methods
-
asString(
PaymentOptionType? paymentOptionType) → String? - Get the String representation of a PaymentOptionType.
-
fromString(
String? value) → PaymentOptionType? - Get the PaymentOptionType from a String.