| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CatalogCustomAttributeValue |
CatalogCustomAttributeValue.Builder.build()
Builds a new
CatalogCustomAttributeValue object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CatalogCustomAttributeValue> |
CatalogObject.getCustomAttributeValues()
Getter for CustomAttributeValues.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogObject.Builder |
CatalogObject.Builder.customAttributeValues(Map<String,CatalogCustomAttributeValue> customAttributeValues)
Setter for customAttributeValues.
|
| Constructor and Description |
|---|
CatalogObject(String type,
String id,
String updatedAt,
Long version,
Boolean isDeleted,
Map<String,CatalogCustomAttributeValue> customAttributeValues,
List<CatalogV1Id> catalogV1Ids,
Boolean presentAtAllLocations,
List<String> presentAtLocationIds,
List<String> absentAtLocationIds,
CatalogItem itemData,
CatalogCategory categoryData,
CatalogItemVariation itemVariationData,
CatalogTax taxData,
CatalogDiscount discountData,
CatalogModifierList modifierListData,
CatalogModifier modifierData,
CatalogTimePeriod timePeriodData,
CatalogProductSet productSetData,
CatalogPricingRule pricingRuleData,
CatalogImage imageData,
CatalogMeasurementUnit measurementUnitData,
CatalogSubscriptionPlan subscriptionPlanData,
CatalogItemOption itemOptionData,
CatalogItemOptionValue itemOptionValueData,
CatalogCustomAttributeDefinition customAttributeDefinitionData,
CatalogQuickAmountsSettings quickAmountsSettingsData)
Initialization constructor.
|
Copyright © 2022. All rights reserved.