PurchaseData constructor
PurchaseData({
- 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,
Implementation
PurchaseData({
required this.terminalId,
required this.message,
required this.transactionId,
required this.hostResponseData,
required this.isOtpRequired,
this.customerId,
this.customerTokenId,
this.transactionTypeId,
this.transactionTypeDisplayName,
this.merchantId,
this.currency,
this.amount,
this.currencyId,
this.merchantName,
this.gatewayTransactionReference,
this.transactionDate,
});