IosReceipt constructor

IosReceipt({
  1. String? shopCode,
  2. String? email,
  3. String? phone,
  4. Taxation? taxation,
  5. List<IosItem>? items,
  6. AgentData? agentData,
  7. SupplierInfo? supplierInfo,
  8. String? customer,
  9. String? customerInn,
})

Implementation

IosReceipt({
  this.shopCode,
  this.email,
  this.phone,
  this.taxation,
  this.items,
  this.agentData,
  this.supplierInfo,
  this.customer,
  this.customerInn,
});