PosSaleRequest constructor

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

Implementation

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