Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 1.65 KB

CatalogCustomAttributeValue.md

File metadata and controls

20 lines (15 loc) · 1.65 KB

SquareConnect.CatalogCustomAttributeValue

Description

Note: This model is in beta.

An instance of a custom attribute. Custom attributes can be defined and added to ITEM and ITEM_VARIATION type catalog objects. Read more about custom attributes.

Properties

Name Type Description Notes
name String The name of the custom attribute. [optional]
string_value String The string value of the custom attribute. Populated if `type` = `STRING`. [optional]
custom_attribute_definition_id String Read-only. The id of the `CatalogCustomAttributeDefinition` this value belongs to. [optional]
type String Read-only. A copy of type from the associated `CatalogCustomAttributeDefinition`. See CatalogCustomAttributeDefinitionType for possible values [optional]
number_value String Populated if `type` = `NUMBER`. Contains a string representation of a decimal number, using a `.` as the decimal separator. [optional]
boolean_value Boolean A `true` or `false` value. Populated if `type` = `BOOLEAN`. [optional]
selection_uid_values [String] One or more choices from `allowed_selections`. Populated if `type` = `SELECTION`. [optional]
key String Read-only. A copy of key from the associated `CatalogCustomAttributeDefinition`. [optional]