CheckoutRequestModel class

Constructors

CheckoutRequestModel({required String token, required String storeID, required String prefix, required String currency, required double amount, required String orderID, double? discountAmount, double? discountPercentage, required String customerName, required String customerPhoneNumber, String? customerEmail, required String customerAddress, String? customerCity, String? customerState, String? customerPostcode, String? customerCountry, String? returnURL, String? cancelURL, String? clientIP, String? value1, String? value2, String? value3, String? value4})

Properties

amount double
final
cancelURL String?
final
clientIP String?
final
currency String
final
customerAddress String
final
customerCity String?
final
customerCountry String?
final
customerEmail String?
final
customerName String
final
customerPhoneNumber String
final
customerPostcode String?
final
customerState String?
final
discountAmount double?
final
discountPercentage double?
final
hashCode int
The hash code for this object.
no setterinherited
orderID String
final
prefix String
final
returnURL String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeID String
final
token String
final
value1 String?
final
value2 String?
final
value3 String?
final
value4 String?
final

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