EmvqrModel class

Constructors

EmvqrModel({TLVModel? payloadFormatIndicator, TLVModel? pointOfInitiationMethod, Map<String, MerchantAccountInformationModel>? merchantAccountInformation, TLVModel? merchantCategoryCode, TLVModel? transactionCurrency, TLVModel? transactionAmount, TLVModel? tipOrConvenienceIndicator, TLVModel? valueOfConvenienceFeeFixed, TLVModel? valueOfConvenienceFeePercentage, TLVModel? countryCode, TLVModel? merchantName, TLVModel? merchantCity, TLVModel? postalCode, AdditionalDataFieldTemplateModel? additionalDataFieldTemplate, TLVModel? crc, MerchantInformationLanguageTemplateModel? merchantInformationLanguageTemplate, List<TLVModel>? rfuForEmvCo, Map<String, UnreservedTemplateModel>? unreservedTemplates})
EmvqrModel.fromJson(Map<String, dynamic> json)
factory

Properties

additionalDataFieldTemplate AdditionalDataFieldTemplateModel?
getter/setter pair
countryCode TLVModel?
getter/setter pair
crc TLVModel?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantAccountInformation Map<String, MerchantAccountInformationModel>?
getter/setter pair
merchantCategoryCode TLVModel?
getter/setter pair
merchantCity TLVModel?
getter/setter pair
merchantInformationLanguageTemplate MerchantInformationLanguageTemplateModel?
getter/setter pair
merchantName TLVModel?
getter/setter pair
payloadFormatIndicator TLVModel?
getter/setter pair
pointOfInitiationMethod TLVModel?
getter/setter pair
postalCode TLVModel?
getter/setter pair
rfuForEmvCo List<TLVModel>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tipOrConvenienceIndicator TLVModel?
getter/setter pair
transactionAmount TLVModel?
getter/setter pair
transactionCurrency TLVModel?
getter/setter pair
unreservedTemplates Map<String, UnreservedTemplateModel>?
getter/setter pair
valueOfConvenienceFeeFixed TLVModel?
getter/setter pair
valueOfConvenienceFeePercentage TLVModel?
getter/setter pair

Methods

copyWith({TLVModel? payloadFormatIndicator, TLVModel? pointOfInitiationMethod, Map<String, MerchantAccountInformationModel>? merchantAccountInformation, TLVModel? merchantCategoryCode, TLVModel? transactionCurrency, TLVModel? transactionAmount, TLVModel? tipOrConvenienceIndicator, TLVModel? valueOfConvenienceFeeFixed, TLVModel? valueOfConvenienceFeePercentage, TLVModel? countryCode, TLVModel? merchantName, TLVModel? merchantCity, TLVModel? postalCode, AdditionalDataFieldTemplateModel? additionalDataFieldTemplate, TLVModel? crc, MerchantInformationLanguageTemplateModel? merchantInformationLanguageTemplate, List<TLVModel>? rfuForEmvCo, Map<String, UnreservedTemplateModel>? unreservedTemplates}) EmvqrModel
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