QrModel constructor
QrModel({
- required String merchantID,
- String? mcc,
- String? currency,
- required String? amount,
- String? feesAmount,
- String? countryCode,
- String? merchantName,
- String? merchantCity,
- String? postalCode,
- String? ref1,
- String? ref2,
- AdditionalInfo? additionalInfo,
- String? terminalId,
- String? qrTimeStamp,
- required Map<
String, Map< unreservedTemplate,String, String> > - MerchantInformationLanguageTemplate? merchantInformationLanguageTemplate,
- String? tipsConvenienceIndicator,
Constructor for initializing the QR model.
Implementation
QrModel({
required this.merchantID,
this.mcc,
this.currency,
required this.amount,
this.feesAmount,
this.countryCode,
this.merchantName,
this.merchantCity,
this.postalCode,
this.ref1,
this.ref2,
this.additionalInfo,
this.terminalId,
this.qrTimeStamp,
required this.unreservedTemplate,
this.merchantInformationLanguageTemplate,
this.tipsConvenienceIndicator,
});