StorefrontPackageItem constructor
const
StorefrontPackageItem({
- List<
WebApiModulesIntegrationsStorefrontProductImage> ? images, - int? productId,
- String? inventoryPackageInventoryId,
- String? iCode,
- String? description,
- String? inventoryId,
- bool? isPrimary,
- double? defaultQuantity,
- String? defaultQuantityColor,
- bool? isOption,
- bool? charge,
- bool? noChargePrint,
- bool? isRequired,
- String? optionColor,
- String? itemClass,
- String? itemTrackedBy,
- String? availFor,
- String? availFrom,
- double? orderBy,
- String? itemColor,
- String? isNestedComplete,
- String? inactive,
- String? warehouseId,
- String? parentId,
- String? packageItemClass,
- String? itemNonDiscountable,
- String? primaryInventoryId,
- String? unitId,
- String? packageId,
- WebApiModulesIntegrationsStorefrontProductAvailability? availability,
- double? dailyRate,
- double? weeklyRate,
- double? monthlyRate,
- double? dailyExtended,
- double? weeklyExtended,
- double? monthlyExtended,
- double? salesPrice,
- double? retail,
- String? currencyId,
- String? currencyCode,
- String? currencySymbol,
- 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,
});