Receipt.ffd12 constructor

Receipt.ffd12({
  1. required Taxation taxation,
  2. required List<Items> items,
  3. String? email,
  4. String? phone,
  5. Payments? payments,
  6. String? customer,
  7. String? customerInn,
  8. ClientInfo? clientInfo,
  9. List<OperatingCheckProps>? operatingCheckProps,
  10. List<SectoralCheckProps>? sectoralCheckProps,
  11. List<AddUserProp>? addUserProp,
  12. List<String>? additionalCheckProps,
})

Создает экземпляр данных чека ФФД 1.2

Implementation

Receipt.ffd12({
  required this.taxation,
  required this.items,
  this.email,
  this.phone,
  this.payments,
  this.customer,
  this.customerInn,
  this.clientInfo,
  this.operatingCheckProps,
  this.sectoralCheckProps,
  this.addUserProp,
  this.additionalCheckProps,
}) : ffdVersion = '1.2';