SourceTypeCardPresent class final

Constructors

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})
const
SourceTypeCardPresent.fromJson(Object? json)
factory

Properties

applicationCryptogram → String?
final
applicationPreferredName → String?
final
authorizationCode → String?
final
authorizationResponseCode → String?
final
brand → String?
final
country → String?
final
cvmType → String?
final
dataType → String?
final
dedicatedFileName → String?
final
description → String?
final
emvAuthData → String?
final
evidenceCustomerSignature → String?
final
evidenceTransactionCertificate → String?
final
expMonth → int?
final
expYear → int?
final
fingerprint → String?
final
funding → String?
final
hashCode → int
The hash code for this object.
no setterinherited
iin → String?
final
issuer → String?
final
last4 → String?
final
posDeviceId → String?
final
posEntryMode → String?
final
reader → String?
final
readMethod → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
terminalVerificationResults → String?
final
transactionStatusInformation → String?
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

encode<V>(SourceTypeCardPresent instance, Encoder<V> encoder) → V