You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/models/catalog-object.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ For a more detailed discussion of the Catalog data model, please see the
47
47
|`ItemOptionValueData`|[`CatalogItemOptionValue`](../../doc/models/catalog-item-option-value.md)| Optional | An enumerated value that can link a<br>`CatalogItemVariation` to an item option as one of<br>its item option values. | CatalogItemOptionValue getItemOptionValueData() |
48
48
|`CustomAttributeDefinitionData`|[`CatalogCustomAttributeDefinition`](../../doc/models/catalog-custom-attribute-definition.md)| Optional | Contains information defining a custom attribute. Custom attributes are<br>intended to store additional information about a catalog object or to associate a<br>catalog object with an entity in another system. Do not use custom attributes<br>to store any sensitive information (personally identifiable information, card details, etc.).<br>[Read more about custom attributes](https://developer.squareup.com/docs/catalog-api/add-custom-attributes)| CatalogCustomAttributeDefinition getCustomAttributeDefinitionData() |
49
49
|`QuickAmountsSettingsData`|[`CatalogQuickAmountsSettings`](../../doc/models/catalog-quick-amounts-settings.md)| Optional | A parent Catalog Object model represents a set of Quick Amounts and the settings control the amounts. | CatalogQuickAmountsSettings getQuickAmountsSettingsData() |
50
+
|`SubscriptionPlanVariationData`|[`CatalogSubscriptionPlanVariation`](../../doc/models/catalog-subscription-plan-variation.md)| Optional | Describes a subscription plan variation. A subscription plan variation represents how the subscription for a product or service is sold.<br>For more information, see [Subscription Plans and Variations](https://developer.squareup.com/docs/subscriptions-api/plans-and-variations). | CatalogSubscriptionPlanVariation getSubscriptionPlanVariationData() |
0 commit comments