| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CatalogItemModifierListInfo |
CatalogItemModifierListInfo.Builder.build()
Builds a new
CatalogItemModifierListInfo object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogItemModifierListInfo> |
CatalogItem.getModifierListInfo()
Getter for ModifierListInfo.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogItem.Builder |
CatalogItem.Builder.modifierListInfo(List<CatalogItemModifierListInfo> modifierListInfo)
Setter for modifierListInfo.
|
| 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.