| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CatalogItemOptionForItem |
CatalogItemOptionForItem.Builder.build()
Builds a new
CatalogItemOptionForItem object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogItemOptionForItem> |
CatalogItem.getItemOptions()
Getter for ItemOptions.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogItem.Builder |
CatalogItem.Builder.itemOptions(List<CatalogItemOptionForItem> itemOptions)
Setter for itemOptions.
|
| Constructor and Description |
|---|
CatalogItem(String name,
String description,
String abbreviation,
String labelColor,
Boolean availableOnline,
Boolean availableForPickup,
Boolean availableElectronically,
String categoryId,
List<String> taxIds,
List<CatalogItemModifierListInfo> modifierListInfo,
List<CatalogObject> variations,
String productType,
Boolean skipModifierScreen,
List<CatalogItemOptionForItem> itemOptions,
List<String> imageIds,
String sortName)
Initialization constructor.
|
Copyright © 2022. All rights reserved.