CatalogItemVariation constructor
CatalogItemVariation({
- Money? priceMoney,
- String? name,
- int? ordinal,
- List<
String> ? imageIds, - String? sku,
- bool? availableForBooking,
- int? inventoryAlertThreshold,
- InventoryAlertType? inventoryAlertType,
- String? itemId,
- List<
CatalogItemOptionValueForItemVariation> ? itemOptionValues, - List<
ItemVariationLocationOverrides> ? locationOverrides, - String? measurementUnitId,
- CatalogPricingType? pricingType,
- int? serviceDuration,
- bool? stockable,
- CatalogStockConversion? stockableConversion,
- List<
String> ? teamMemberIds, - bool? trackInventory,
- String? upc,
- String? userData,
Implementation
CatalogItemVariation({
this.priceMoney, this.name, this.ordinal, this.imageIds, this.sku,
this.availableForBooking, this.inventoryAlertThreshold, this.inventoryAlertType,
this.itemId, this.itemOptionValues, this.locationOverrides, this.measurementUnitId,
this.pricingType, this.serviceDuration, this.stockable, this.stockableConversion,
this.teamMemberIds, this.trackInventory, this.upc, this.userData
});