Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.93 KB

PUTSrpAddType.md

File metadata and controls

13 lines (10 loc) · 1.93 KB

Zuora::PUTSrpAddType

Properties

Name Type Description Notes
charge_overrides Array<PUTScAddType> This optional container is used to override the quantity of one or more product rate plan charges for this subscription. [optional]
contract_effective_date Date The date when the amendment changes take effect. The format of the date is yyyy-mm-dd. If there is already a future-dated Update Product amendment on the subscription, the `specificUpdateDate` field will be used instead of this field to specify when the Update Product amendment takes effect.
custom_field__c String Any custom fields defined for this object. The custom field name is case-sensitive. [optional]
customer_acceptance_date Date The date when the customer accepts the contract in yyyy-mm-dd format. If this field is not set: * If the `serviceActivationDate` field is not set, the value of this field is set to be the contract effective date. * If the `serviceActivationDate` field is set, the value of this field is set to be the service activation date. The billing trigger dates must follow this rule: contractEffectiveDate <= serviceActivationDate <= contractAcceptanceDate [optional]
product_rate_plan_id String ID of a product rate plan for this subscription
service_activation_date Date The date when the new product in the subscription is activated in yyyy-mm-dd format. You must specify a Service Activation date if the Customer Acceptance date is set. If the Customer Acceptance date is not set, the value of the `serviceActivationDate` field defaults to be the Contract Effective Date. The billing trigger dates must follow this rule: contractEffectiveDate <= serviceActivationDate <= contractAcceptanceDate [optional]