PosSaleResponse constructor

PosSaleResponse({
  1. String? contentLanguage,
  2. String? gtin,
  3. String? itemId,
  4. String? kind,
  5. Price? price,
  6. String? quantity,
  7. String? saleId,
  8. String? storeCode,
  9. String? targetCountry,
  10. String? timestamp,
})

Implementation

PosSaleResponse({
  this.contentLanguage,
  this.gtin,
  this.itemId,
  this.kind,
  this.price,
  this.quantity,
  this.saleId,
  this.storeCode,
  this.targetCountry,
  this.timestamp,
});