LfpInventory constructor

LfpInventory({
  1. String? availability,
  2. String? collectionTime,
  3. String? contentLanguage,
  4. String? feedLabel,
  5. String? gtin,
  6. String? name,
  7. String? offerId,
  8. String? pickupMethod,
  9. String? pickupSla,
  10. Price? price,
  11. String? quantity,
  12. String? regionCode,
  13. String? storeCode,
  14. String? targetAccount,
})

Implementation

LfpInventory({
  this.availability,
  this.collectionTime,
  this.contentLanguage,
  this.feedLabel,
  this.gtin,
  this.name,
  this.offerId,
  this.pickupMethod,
  this.pickupSla,
  this.price,
  this.quantity,
  this.regionCode,
  this.storeCode,
  this.targetAccount,
});