PaymentParameter class
Constructors
-
PaymentParameter({String? paymentCode, String? expiredDate, num? total, String? merchantId, String? merchantTranId, String? currencyCode, String? intAmount, String? custName, String? custEmail, String? returnUrl, String? paymentMethodStr, String? transactionTypeStr, String? signature, int? paymentMethodInt, int? transactionTypeInt, String? token, String? refNumber, String? orderId, String? customerName, String? customerPhone, String? customerEmail, String? description, String? pgProcessingId, String? transactionReference, String? orderCreated, String? orderExpired, num? status, String? signatureBluePay, String? transactionId, String? imageUrl, double? doubleAmount})
-
const
-
PaymentParameter.fromJson(Map json)
-
factory
Methods
-
copyWith({String? paymentCode, String? expiredDate, num? total, String? merchantId, String? merchantTranId, String? currencyCode, String? intAmount, String? custName, String? custEmail, String? returnUrl, String? paymentMethodStr, String? transactionTypeStr, String? signature, int? paymentMethodInt, int? transactionTypeInt, String? token, String? refNumber, String? orderId, String? customerName, String? customerPhone, String? customerEmail, String? description, String? pgProcessingId, String? transactionReference, String? orderCreated, String? orderExpired, num? status, String? signatureBluePay, String? transactionId, String? imageUrl, double? doubleAmount})
→ PaymentParameter
-
-
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