PosInventory constructor

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

Implementation

PosInventory({
  this.contentLanguage,
  this.gtin,
  this.itemId,
  this.kind,
  this.pickupMethod,
  this.pickupSla,
  this.price,
  this.quantity,
  this.storeCode,
  this.targetCountry,
  this.timestamp,
});