PaymentMethodDetailsInteracPresentReceipt constructor
const
PaymentMethodDetailsInteracPresentReceipt({
- PaymentMethodDetailsInteracPresentReceiptAccountType? accountType,
- String? applicationCryptogram,
- String? applicationPreferredName,
- String? authorizationCode,
- String? authorizationResponseCode,
- String? cardholderVerificationMethod,
- String? dedicatedFileName,
- String? terminalVerificationResults,
- String? transactionStatusInformation,
A collection of fields required to be displayed on receipts. Only required for EMV transactions.
Implementation
const PaymentMethodDetailsInteracPresentReceipt({
this.accountType,
this.applicationCryptogram,
this.applicationPreferredName,
this.authorizationCode,
this.authorizationResponseCode,
this.cardholderVerificationMethod,
this.dedicatedFileName,
this.terminalVerificationResults,
this.transactionStatusInformation,
});