AdditionalDataFieldTemplateValue class

Constructors

AdditionalDataFieldTemplateValue({TLVModel? billNumber, TLVModel? mobileNumber, TLVModel? storeLabel, TLVModel? loyaltyNumber, TLVModel? referenceLabel, TLVModel? customerLabel, TLVModel? terminalLabel, TLVModel? purposeTransaction, TLVModel? additionalConsumerDataRequest, TLVModel? merchantTaxId, TLVModel? merchantChannel, List<TLVModel>? rfuForEMVCo, List<TLVModel>? paymentSystemSpecific})
AdditionalDataFieldTemplateValue.fromJson(Map<String, dynamic> json)
factory

Properties

additionalConsumerDataRequest TLVModel?
getter/setter pair
billNumber TLVModel?
getter/setter pair
customerLabel TLVModel?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loyaltyNumber TLVModel?
getter/setter pair
merchantChannel TLVModel?
getter/setter pair
merchantTaxId TLVModel?
getter/setter pair
mobileNumber TLVModel?
getter/setter pair
paymentSystemSpecific List<TLVModel>?
getter/setter pair
purposeTransaction TLVModel?
getter/setter pair
referenceLabel TLVModel?
getter/setter pair
rfuForEMVCo List<TLVModel>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeLabel TLVModel?
getter/setter pair
terminalLabel TLVModel?
getter/setter pair

Methods

copyWith({TLVModel? billNumber, TLVModel? mobileNumber, TLVModel? storeLabel, TLVModel? loyaltyNumber, TLVModel? referenceLabel, TLVModel? customerLabel, TLVModel? terminalLabel, TLVModel? purposeTransaction, TLVModel? additionalConsumerDataRequest, TLVModel? merchantTaxId, TLVModel? merchantChannel, List<TLVModel>? rfuForEMVCo, List<TLVModel>? paymentSystemSpecific}) AdditionalDataFieldTemplateValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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