PaymentSendOtpRequest class
mobile_number : "+9641200000009" order_id : "AU1212129093e4" password : "Password400@" token : "0002010102120213964751610627052044829530336854032615802IQ5909DalkurdFF6005Erbil61054400162300114AU1212129093e40808PURCHASE6304B75A"
Constructors
- PaymentSendOtpRequest.new({String? mobileNumber, String? orderId, String? password, String? otp, String? token})
- PaymentSendOtpRequest.fromJson(dynamic json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mobileNumber ↔ String?
-
getter/setter pair
- orderId ↔ String?
-
getter/setter pair
- otp ↔ String?
-
getter/setter pair
- password ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited