EmvqrModel constructor

EmvqrModel({
  1. TLVModel? payloadFormatIndicator,
  2. TLVModel? pointOfInitiationMethod,
  3. Map<String, MerchantAccountInformationModel>? merchantAccountInformation,
  4. TLVModel? merchantCategoryCode,
  5. TLVModel? transactionCurrency,
  6. TLVModel? transactionAmount,
  7. TLVModel? tipOrConvenienceIndicator,
  8. TLVModel? valueOfConvenienceFeeFixed,
  9. TLVModel? valueOfConvenienceFeePercentage,
  10. TLVModel? countryCode,
  11. TLVModel? merchantName,
  12. TLVModel? merchantCity,
  13. TLVModel? postalCode,
  14. AdditionalDataFieldTemplateModel? additionalDataFieldTemplate,
  15. TLVModel? crc,
  16. MerchantInformationLanguageTemplateModel? merchantInformationLanguageTemplate,
  17. List<TLVModel>? rfuForEmvCo,
  18. Map<String, UnreservedTemplateModel>? unreservedTemplates,
})

Implementation

EmvqrModel({
  this.payloadFormatIndicator,
  this.pointOfInitiationMethod,
  this.merchantAccountInformation,
  this.merchantCategoryCode,
  this.transactionCurrency,
  this.transactionAmount,
  this.tipOrConvenienceIndicator,
  this.valueOfConvenienceFeeFixed,
  this.valueOfConvenienceFeePercentage,
  this.countryCode,
  this.merchantName,
  this.merchantCity,
  this.postalCode,
  this.additionalDataFieldTemplate,
  this.crc,
  this.merchantInformationLanguageTemplate,
  this.rfuForEmvCo,
  this.unreservedTemplates,
});