description |
string |
Description of the subscription. |
[optional] |
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] |
terms |
SubscriptionTermPatchRequest |
|
[optional] |
invoice_owner_account_id |
string |
Identifier of the account that owns the invoice associated with this subscription. |
[optional] |
invoice_owner_account_number |
string |
Identifier of the account that owns the invoice associated with this subscription. |
[optional] |
account_id |
string |
Identifier of the account that owns the subscription. Subscription owner account can be different from the invoice owner account. |
[optional] |
account_number |
string |
Identifier of the account that owns the subscription. Subscription owner account can be different from the invoice owner account. |
[optional] |
add_subscription_plans |
List<SubscriptionAddPlanPatchRequest> |
Specify this field if you want to add one or multiple subscription plans to this subscription. |
[optional] |
remove_subscription_plans |
List<SubscriptionRemovePlanPatchRequest> |
Specify this field if you want to remove one or multiple subscription plans from this subscription. |
[optional] |
replace_subscription_plans |
List<SubscriptionReplacePlanPatchRequest> |
Specify this field if you want to replace one or multiple subscription plans to this subscription. <br /> Note: This field is currently not supported if you have Billing - Revenue Integration enabled. When Billing - Revenue Integration is enabled, the replace subscription plan type of order action will no longer be applicable in Zuora Billing. |
[optional] |
update_subscription_plans |
List<SubscriptionUpdatePlanPatchRequest> |
|
[optional] |
renew |
SubscriptionRenewPatchRequest |
|
[optional] |
cancel |
CancelSubscriptionRequest |
|
[optional] |
pause |
PauseSubscriptionRequest |
|
[optional] |
resume |
ResumeSubscriptionRequest |
|
[optional] |
bill_to_id |
string |
ID of the bill-to contact. |
[optional] |
payment_terms |
string |
The name of payment term associated with the invoice. |
[optional] |
billing_document_settings |
FlexibleBillingDocumentSettings |
The billing document settings for the customer. |
[optional] |
sold_to_id |
string |
ID of the sold-to contact. |
[optional] |
invoice_separately |
bool |
Separates a single subscription from other subscriptions and creates an invoice for this subscription. If the value is `true`, the subscription is billed separately from other subscriptions. If the value is `false`, the subscription is included with other subscriptions in the account invoice. |
[optional] |