PosInventoryRequest constructor

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

Implementation

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