CheckoutResponseModel class

Constructors

CheckoutResponseModel({String? checkoutUrl, num? amount, String? currency, String? spOrderId, String? customerOrderId, String? customerName, String? customerAddress, String? customerCity, String? customerPhone, String? customerEmail, String? clientIp, String? intent, String? transactionStatus})
CheckoutResponseModel.fromJson(Map<String, dynamic> json)

Properties

amount num?
getter/setter pair
checkoutUrl String?
getter/setter pair
clientIp String?
getter/setter pair
currency String?
getter/setter pair
customerAddress String?
getter/setter pair
customerCity String?
getter/setter pair
customerEmail String?
getter/setter pair
customerName String?
getter/setter pair
customerOrderId String?
getter/setter pair
customerPhone String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intent String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spOrderId String?
getter/setter pair
transactionStatus String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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