paymentDetails class

Constructors

paymentDetails({String? merchantId, String? username, String? password, String? apiKey, String? orderId, String? totalPrice, String? currencyCode, String? successUrl, String? errorUrl, String? testMode, String? customerFName, String? customerEmail, String? customerMobile, String? paymentGateway, String? whitelabled, String? productTitle, String? productName, String? productPrice, String? productQty, String? reference, String? notifyURL})
paymentDetails.fromJson(Map<String, dynamic> json)

Properties

apiKey String?
getter/setter pair
currencyCode String?
getter/setter pair
customerEmail String?
getter/setter pair
customerFName String?
getter/setter pair
customerMobile String?
getter/setter pair
errorUrl String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantId String?
getter/setter pair
notifyURL String?
getter/setter pair
orderId String?
getter/setter pair
password String?
getter/setter pair
paymentGateway String?
getter/setter pair
productName String?
getter/setter pair
productPrice String?
getter/setter pair
productQty String?
getter/setter pair
productTitle String?
getter/setter pair
reference String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successUrl String?
getter/setter pair
testMode String?
getter/setter pair
totalPrice String?
getter/setter pair
username String?
getter/setter pair
whitelabled 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