| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CatalogCustomAttributeDefinitionNumberConfig |
CatalogCustomAttributeDefinitionNumberConfig.Builder.build()
Builds a new
CatalogCustomAttributeDefinitionNumberConfig object using the set
fields. |
CatalogCustomAttributeDefinitionNumberConfig |
CatalogCustomAttributeDefinition.getNumberConfig()
Getter for NumberConfig.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogCustomAttributeDefinition.Builder |
CatalogCustomAttributeDefinition.Builder.numberConfig(CatalogCustomAttributeDefinitionNumberConfig numberConfig)
Setter for numberConfig.
|
| Constructor and Description |
|---|
CatalogCustomAttributeDefinition(String type,
String name,
List<String> allowedObjectTypes,
String description,
SourceApplication sourceApplication,
String sellerVisibility,
String appVisibility,
CatalogCustomAttributeDefinitionStringConfig stringConfig,
CatalogCustomAttributeDefinitionNumberConfig numberConfig,
CatalogCustomAttributeDefinitionSelectionConfig selectionConfig,
Integer customAttributeUsageCount,
String key)
Initialization constructor.
|
Copyright © 2022. All rights reserved.