AdditionalData class

Mixed-in types

Constructors

AdditionalData(List<TLV> tlv)

Properties

additionalConsumerData → String
Retrieves additional consumer data from the additional data.
no setter
billingIde → String
Retrieves the billing ID from the additional data.
no setter
billNumber → String
Retrieves the bill number from the additional data.
no setter
customerLabel → String
Retrieves the customer label from the additional data.
no setter
extraData → String
Retrieves extra data from the additional data.
no setter
hashCode → int
The hash code for this object.
no setterinherited
loyaltyNumber → String
Retrieves the loyalty number from the additional data.
no setter
merchantChannel → String
Retrieves the merchant channel from the additional data.
no setter
merchantTaxId → String
Retrieves the merchant tax ID from the additional data.
no setter
mobileNumber → String
Retrieves the mobile number from the additional data.
no setter
purposeOfTransaction → String
Retrieves the purpose of the transaction from the additional data.
no setter
referenceLabel → String
Retrieves the reference label from the additional data.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
storeLabel → String
Retrieves the store label from the additional data.
no setter
terminalLabel → String
Retrieves the terminal label from the additional data.
no setter
tlv → List<TLV>
final

Methods

logDebugingAdditionalData() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tlvDecode(String data) → List<TLV>
Decodes a TLV encoded string into a list of TLV objects.
inherited
tlvEncode(List<TLV> tlvList) → String
Encodes a list of TLV objects into a TLV encoded string.
inherited
toString() → String
A string representation of this object.
override

Operators

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