CatalogItemVariation constructor

CatalogItemVariation({
  1. Money? priceMoney,
  2. String? name,
  3. int? ordinal,
  4. List<String>? imageIds,
  5. String? sku,
  6. bool? availableForBooking,
  7. int? inventoryAlertThreshold,
  8. InventoryAlertType? inventoryAlertType,
  9. String? itemId,
  10. List<CatalogItemOptionValueForItemVariation>? itemOptionValues,
  11. List<ItemVariationLocationOverrides>? locationOverrides,
  12. String? measurementUnitId,
  13. CatalogPricingType? pricingType,
  14. int? serviceDuration,
  15. bool? stockable,
  16. CatalogStockConversion? stockableConversion,
  17. List<String>? teamMemberIds,
  18. bool? trackInventory,
  19. String? upc,
  20. 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
});