Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 2.21 KB

SubscriptionPlan.md

File metadata and controls

27 lines (22 loc) · 2.21 KB

Zuora.Model.SubscriptionPlan

Properties

Name Type Description Notes
id string Unique identifier for the object. [optional] [readonly]
updated_by_id string Unique identifier of the Zuora user who last updated the object [optional] [readonly]
updated_time DateTime The date and time when the object was last updated in ISO 8601 UTC format. [optional] [readonly]
created_by_id string Unique identifier of the Zuora user who created the object [optional] [readonly]
created_time DateTime The date and time when the object was created in ISO 8601 UTC format. [optional] [readonly]
custom_fields Dictionary<string, Object> Set of user-defined fields associated with this object. Useful for storing additional information about the object in a structured format. [optional]
custom_objects Dictionary<string, Object> The custom fields associated with an object. For more information about custom fields, see Manage custom fields. [optional] [readonly]
subscription Subscription The subscription to which this subscription plan belongs. [optional]
subscription_id string Identifier of the subscription this subscription plan belongs to. [optional]
product_id string Identifier of the product associated with this subscription plan. [optional]
plan_id string Identifier of the plan associated with this subscription plan. [optional]
plan Plan The plan object associated with this subscription plan. [optional]
product Product The product associated with the subscription plan. [optional]
name string The name of the subscription plan. [optional]
subscription_items SubscriptionItemListResponse List of subscription items. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]