WalletPaymentRequest class
Constructors
Properties
- aliasName → String?
-
final
- amount → num
-
final
- currencyId → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- merchantId → int
-
final
- mobileNumber → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- terminalId → String
-
final
- transactionId → String
-
final
- transactionMethodId → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
payWithAliasName(
) → Map< String, dynamic> -
payWithMobileNumber(
) → Map< String, dynamic> -
payWithQrCode(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited