SourceTypeCardPresent constructor
const
SourceTypeCardPresent({
- String? applicationCryptogram,
- String? applicationPreferredName,
- String? authorizationCode,
- String? authorizationResponseCode,
- String? brand,
- String? country,
- String? cvmType,
- String? dataType,
- String? dedicatedFileName,
- String? description,
- String? emvAuthData,
- String? evidenceCustomerSignature,
- String? evidenceTransactionCertificate,
- int? expMonth,
- int? expYear,
- String? fingerprint,
- String? funding,
- String? iin,
- String? issuer,
- String? last4,
- String? posDeviceId,
- String? posEntryMode,
- String? readMethod,
- String? reader,
- String? terminalVerificationResults,
- 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,
});