Receipt.ffd105 constructor

Receipt.ffd105({
  1. required Taxation taxation,
  2. required List<Items> items,
  3. String? email,
  4. String? phone,
  5. Payments? payments,
})

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

Implementation

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