MiscDto constructor
MiscDto(- {String? receiptLanguage,
- LogoDto? logo,
- List<AdditionalReceiptDto>? additionalReceipts,
- required bool isExample,
- List<BillCategoryDto>? categories,
- List<AfterSalesCouponDto>? afterSalesCoupons,
- String? returnBarcode,
- ReturnBarcodeType? returnBarcodeType,
- String? cashierName,
- bool? isHospitalityBill,
- HospitalityBillInformationDto? hospitalityBillInformation,
- List<CustomSectionDto>? customSections,
- String? contentAreaId,
- CountrySpecificAttributesBaseDto? countrySpecificAttributes,
- ReceiptTransactionTypeDto? receiptTransactionType,
- List<LinkedBillDto>? linkedBills}
)
Implementation
MiscDto({
this.receiptLanguage,
this.logo,
this.footerText,
this.additionalReceipts,
required this.isExample,
this.categories,
this.afterSalesCoupons,
this.returnBarcode,
this.returnBarcodeType,
this.cashierName,
this.isHospitalityBill,
this.hospitalityBillInformation,
this.customSections,
this.contentAreaId,
this.countrySpecificAttributes,
this.receiptTransactionType,
this.linkedBills,
});