Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 2.04 KB

RatePlan.md

File metadata and controls

17 lines (14 loc) · 2.04 KB

Zuora::RatePlan

Properties

Name Type Description Notes
amendment_id String The ID of the amendment associated with the rate plan. This field only applies to amendment rate plans. Character limit: 32 Values: a valid amendment ID [optional]
amendment_subscription_rate_plan_id String The ID of the subscription rate plan modified by the amendment. This field only applies to amendment rate plans. Character limit: 32 Values: a valid rate plan ID [optional]
amendment_type String The type of amendment associated with the rate plan. This field only applies to amendment rate plans. Character limit: 18 Values: inherited from `Amendment.Type` [optional]
created_by_id String The ID of the Zuora user who created the RatePlan object. Character limit: 32 Values: automatically generated [optional]
created_date DateTime The date when the `RatePlan` object was last updated. Character limit: 29 Values: automatically generated [optional]
name String The name of the rate plan. Leave this null in a subscribe call to inherited the `ProductRatePlan.Name` field value. Character limit: 100 Values: a string of 100 characters or fewer or inherited from ProductRatePlan.Name [optional]
product_rate_plan_id String The ID of the associated product rate plan. Character limit: 32 Values: a valid product rate plan ID
subscription_id String The ID of the subscription that the rate plan belongs to. Character limit: 32 Values: a valid subscription ID [optional]
updated_by_id String The ID of the user who last updated the rate plan. Character limit: 32 Values: automatically generated [optional]
updated_date DateTime The date when the rate plan was last updated. Character limit: 29 Values: automatically generated [optional]