PaymentMethodDetailsCardPresentReceipt constructor
const
PaymentMethodDetailsCardPresentReceipt({
- PaymentMethodDetailsCardPresentReceiptAccountType? 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 PaymentMethodDetailsCardPresentReceipt({
this.accountType,
this.applicationCryptogram,
this.applicationPreferredName,
this.authorizationCode,
this.authorizationResponseCode,
this.cardholderVerificationMethod,
this.dedicatedFileName,
this.terminalVerificationResults,
this.transactionStatusInformation,
});