Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 2.5 KB

File metadata and controls

22 lines (18 loc) · 2.5 KB

POSTSubscriptionPreviewResponseType

Properties

Name Type Description Notes
amount str Invoice amount. [optional]
amount_without_tax str Invoice amount minus tax. [optional]
charge_metrics POSTSubscriptionPreviewResponseTypeChargeMetrics [optional]
contracted_mrr str Monthly recurring revenue of the subscription. [optional]
credit_memo POSTSubscriptionPreviewResponseTypeCreditMemo [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_items list[POSTSubscriptionPreviewInvoiceItemsType] Container for invoice items. [optional]
invoice_target_date date Date through which charges are calculated on the invoice, as yyyy-mm-dd. 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]
preview_charge_metrics_response str [optional]
success bool 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 str Tax amount on the invoice. [optional]
total_contracted_value str Total contracted value of the subscription. [optional]

[Back to Model list] [Back to API list] [Back to README]