SourceTypeCardPresent constructor

const SourceTypeCardPresent({
  1. String? applicationCryptogram,
  2. String? applicationPreferredName,
  3. String? authorizationCode,
  4. String? authorizationResponseCode,
  5. String? brand,
  6. String? country,
  7. String? cvmType,
  8. String? dataType,
  9. String? dedicatedFileName,
  10. String? description,
  11. String? emvAuthData,
  12. String? evidenceCustomerSignature,
  13. String? evidenceTransactionCertificate,
  14. int? expMonth,
  15. int? expYear,
  16. String? fingerprint,
  17. String? funding,
  18. String? iin,
  19. String? issuer,
  20. String? last4,
  21. String? posDeviceId,
  22. String? posEntryMode,
  23. String? readMethod,
  24. String? reader,
  25. String? terminalVerificationResults,
  26. String? transactionStatusInformation,
})

Implementation

const SourceTypeCardPresent({
  this.applicationCryptogram,
  this.applicationPreferredName,
  this.authorizationCode,
  this.authorizationResponseCode,
  this.brand,
  this.country,
  this.cvmType,
  this.dataType,
  this.dedicatedFileName,
  this.description,
  this.emvAuthData,
  this.evidenceCustomerSignature,
  this.evidenceTransactionCertificate,
  this.expMonth,
  this.expYear,
  this.fingerprint,
  this.funding,
  this.iin,
  this.issuer,
  this.last4,
  this.posDeviceId,
  this.posEntryMode,
  this.readMethod,
  this.reader,
  this.terminalVerificationResults,
  this.transactionStatusInformation,
});