UserRequest class Null safety
Constructors
- UserRequest({String? username, bool? isStaging, String? password, String? secret, String? merchantId, String? protoDomain, String? fname, String? lname, String? email, String? phone, String? fulladdress, String? city, String? state, String? country, String? pincode, String? amount, String? orderid, String? currency, String? isCurrency, String? chMode, String? customVar, String? txnSubtype, String? wallet, String? successUrl, String? failedUrl})
Properties
- amount ↔ String?
-
read / write
- chMode ↔ String?
-
read / write
- city ↔ String?
-
read / write
- country ↔ String?
-
read / write
- currency ↔ String?
-
read / write
- customVar ↔ String?
-
read / write
- email ↔ String?
-
read / write
- failedUrl ↔ String?
-
read / write
- fname ↔ String?
-
read / write
- fulladdress ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isCurrency ↔ String?
-
read / write
- isStaging ↔ bool?
-
read / write
- lname ↔ String?
-
read / write
- merchantId ↔ String?
-
read / write
- orderid ↔ String?
-
read / write
- password ↔ String?
-
read / write
- phone ↔ String?
-
read / write
- pincode ↔ String?
-
read / write
- protoDomain ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- secret ↔ String?
-
read / write
- state ↔ String?
-
read / write
- successUrl ↔ String?
-
read / write
- txnSubtype ↔ String?
-
read / write
- username ↔ String?
-
read / write
- wallet ↔ String?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited