PurchaseData class
Constructors
-
PurchaseData.new({required int terminalId, required String message, required String transactionId, required HostResponseData hostResponseData, required bool isOtpRequired, String? customerId, String? customerTokenId, String? transactionTypeId, String? transactionTypeDisplayName, String? merchantId, String? currency, String? amount, String? currencyId, String? merchantName, String? gatewayTransactionReference, String? transactionDate})
-
-
PurchaseData.fromMap(Map<String, dynamic> map)
-
factory
-
PurchaseData.fromUri(Uri uri)
-
factory
Methods
-
copyWith({String? transactionNo, String? approvalCode, String? actionCode, String? message, String? authCode, String? transactionId, bool? signatureRequired, String? mwActionCode, String? mwMessage, String? threeDSecureUrl, HostResponseData? hostResponseData, int? terminalId, String? transactionDate, String? gatewayTransactionReference, String? merchantName})
→ PurchaseData
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited