PaymentMethodDetailsCardPresentReceipt constructor

const PaymentMethodDetailsCardPresentReceipt({
  1. PaymentMethodDetailsCardPresentReceiptAccountType? accountType,
  2. String? applicationCryptogram,
  3. String? applicationPreferredName,
  4. String? authorizationCode,
  5. String? authorizationResponseCode,
  6. String? cardholderVerificationMethod,
  7. String? dedicatedFileName,
  8. String? terminalVerificationResults,
  9. 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,
});