WalletMobileVerificationRequest class

Constructors

WalletMobileVerificationRequest.new({required String mobileNumber, required String alias, required num amount, required int currencyId, required String terminalId, required int merchantId, String? id})
const

Properties

alias String
final
amount num
final
currencyId int
final
hashCode int
The hash code for this object.
no setteroverride
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

Methods

copyWith({String? mobileNumber, String? alias, num? amount, int? currencyId, int? merchantId, String? terminalId, String? id}) WalletMobileVerificationRequest
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override