Data class

Constructors

Data({String? merchantId, String? name, String? email, String? phone, int? airpayMerchantId, String? airpayUsername, String? airpayPassword, String? airpayApikey, String? finalAmount, String? orderId, String? successUrl, String? failedUrl, String? transactionSessionId, String? customvar, String? client_id, String? client_secret})
Data.fromJson(Map<String, dynamic> json)
factory

Properties

airpayApikey String?
getter/setter pair
airpayMerchantId int?
getter/setter pair
airpayPassword String?
getter/setter pair
airpayUsername String?
getter/setter pair
client_id String?
getter/setter pair
client_secret String?
getter/setter pair
customvar String?
getter/setter pair
email String?
getter/setter pair
failedUrl String?
getter/setter pair
finalAmount String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantId String?
getter/setter pair
name String?
getter/setter pair
orderId String?
getter/setter pair
phone String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successUrl String?
getter/setter pair
transactionSessionId 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