VoucherModel class

Constructors

VoucherModel({required String authorizationId, required String cardAcquirerName, String? name, required String cardAcquirerId, required String terminalId, required String transactionDateTime, required String batchNumber, required String cardObfPan, required String referenceNumber, required String systemTrace, required String cardLabel, required String cardAid, required String posEntryMode, required String cardTsi, required String cardApplicationCryptogram, required double transactionAmount, required String transactionCurrencyCode3})
VoucherModel.fromJson(Map json)
factory

Properties

authorizationId String
getter/setter pair
batchNumber String
getter/setter pair
cardAcquirerId String
getter/setter pair
cardAcquirerName String
getter/setter pair
cardAid String
getter/setter pair
cardApplicationCryptogram String
getter/setter pair
cardLabel String
getter/setter pair
cardObfPan String
getter/setter pair
cardTsi String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
getter/setter pair
posEntryMode String
getter/setter pair
referenceNumber String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemTrace String
getter/setter pair
terminalId String
getter/setter pair
transactionAmount double
getter/setter pair
transactionCurrencyCode3 String
getter/setter pair
transactionDateTime String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson({required int ctransactionId}) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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