Name | Type | Description | Notes |
---|---|---|---|
amount | String | Invoice amount. Preview mode only. | [optional] |
amount_without_tax | String | Invoice amount minus tax. Preview mode only. | [optional] |
charge_metrics | PUTSubscriptionResponseTypeChargeMetrics | [optional] | |
credit_memo | PUTSubscriptionResponseTypeCreditMemo | [optional] | |
credit_memo_id | String | The credit memo ID, if a credit memo is generated during the subscription process. Note: This field is only available if you have the Advanced AR Settlements feature enabled. | [optional] |
invoice | Object | Container for invoices. Note: This field is only available if you set the Zuora REST API minor version to 207.0 or later in the request header. Also, the response structure is changed and the following invoice related response fields are moved to this invoice container: * amount * amountWithoutTax * taxAmount * invoiceItems * targetDate * chargeMetrics | [optional] |
invoice_id | String | Invoice ID, if an invoice is generated during the update. | [optional] |
invoice_items | Array<PUTSubscriptionPreviewInvoiceItemsType> | Container for invoice items. | [optional] |
invoice_target_date | Date | Date through which charges are calculated on the invoice, as yyyy-mm-dd. Preview mode only. Note: This field is only available if you do not specify the Zuora REST API minor version or specify the minor version to 186.0, 187.0, 188.0, 189.0, and 196.0. See Zuora REST API Versions for more information. | [optional] |
paid_amount | String | Payment amount, if a payment is collected | [optional] |
payment_id | String | Payment ID, if a payment is collected. | [optional] |
preview_charge_metrics_response | String | [optional] | |
subscription_id | String | The ID of the resulting new subscription. | [optional] |
success | BOOLEAN | Returns `true` if the request was processed successfully. | [optional] |
target_date | Date | Date through which to calculate charges if an invoice is generated, as yyyy-mm-dd. Default is current date. Note: This field is only available if you set the Zuora REST API minor version to 207.0 or later in the request header. See Zuora REST API Versions for more information. | [optional] |
tax_amount | String | Tax amount on the invoice. | [optional] |
total_delta_mrr | String | Change in the subscription monthly recurring revenue as a result of the update. | [optional] |
total_delta_tcv | String | Change in the total contracted value of the subscription as a result of the update. | [optional] |