StorefrontPackageItem constructor

const StorefrontPackageItem({
  1. List<WebApiModulesIntegrationsStorefrontProductImage>? images,
  2. int? productId,
  3. String? inventoryPackageInventoryId,
  4. String? iCode,
  5. String? description,
  6. String? inventoryId,
  7. bool? isPrimary,
  8. double? defaultQuantity,
  9. String? defaultQuantityColor,
  10. bool? isOption,
  11. bool? charge,
  12. bool? noChargePrint,
  13. bool? isRequired,
  14. String? optionColor,
  15. String? itemClass,
  16. String? itemTrackedBy,
  17. String? availFor,
  18. String? availFrom,
  19. double? orderBy,
  20. String? itemColor,
  21. String? isNestedComplete,
  22. String? inactive,
  23. String? warehouseId,
  24. String? parentId,
  25. String? packageItemClass,
  26. String? itemNonDiscountable,
  27. String? primaryInventoryId,
  28. String? unitId,
  29. String? packageId,
  30. WebApiModulesIntegrationsStorefrontProductAvailability? availability,
  31. double? dailyRate,
  32. double? weeklyRate,
  33. double? monthlyRate,
  34. double? dailyExtended,
  35. double? weeklyExtended,
  36. double? monthlyExtended,
  37. double? salesPrice,
  38. double? retail,
  39. String? currencyId,
  40. String? currencyCode,
  41. String? currencySymbol,
  42. String? dateStamp,
})

Implementation

const StorefrontPackageItem({
  this.images,
  this.productId,
  this.inventoryPackageInventoryId,
  this.iCode,
  this.description,
  this.inventoryId,
  this.isPrimary,
  this.defaultQuantity,
  this.defaultQuantityColor,
  this.isOption,
  this.charge,
  this.noChargePrint,
  this.isRequired,
  this.optionColor,
  this.itemClass,
  this.itemTrackedBy,
  this.availFor,
  this.availFrom,
  this.orderBy,
  this.itemColor,
  this.isNestedComplete,
  this.inactive,
  this.warehouseId,
  this.parentId,
  this.packageItemClass,
  this.itemNonDiscountable,
  this.primaryInventoryId,
  this.unitId,
  this.packageId,
  this.availability,
  this.dailyRate,
  this.weeklyRate,
  this.monthlyRate,
  this.dailyExtended,
  this.weeklyExtended,
  this.monthlyExtended,
  this.salesPrice,
  this.retail,
  this.currencyId,
  this.currencyCode,
  this.currencySymbol,
  this.dateStamp,
});