Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.32 KB

PUTSrpRemoveType.md

File metadata and controls

11 lines (8 loc) · 1.32 KB

Zuora::PUTSrpRemoveType

Properties

Name Type Description Notes
contract_effective_date Date Effective date of the new subscription, as yyyy-mm-dd.
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]
rate_plan_id String ID of a rate plan for this subscription.
service_activation_date Date The date when the remove amendment 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]