WalletPaymentRequest class

Constructors

WalletPaymentRequest.new({required int currencyId, required num amount, required String terminalId, required int merchantId, required String transactionId, String? id, int? transactionMethodId, String? mobileNumber, String? aliasName})
const

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