Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.16 KB

File metadata and controls

13 lines (9 loc) · 1.16 KB

BillingPreviewResult

Properties

Name Type Description Notes
account_id str ID of the customer account to which the billing preview applies. [optional]
credit_memo_items list[POSTBillingPreviewCreditMemoItem] An array of credit memo items returned as the result of the billing preivew request. Note: The credit memo items are only available if you have Invoice Settlement feature enabled. The Invoice Settlement feature is in Limited Availability. If you wish to have access to the feature, submit a request at Zuora Global Support. [optional]
invoice_items list[POSTBillingPreviewInvoiceItem] An array of invoice items returned as the result of the billing preview request. [optional]
success bool Returns `true` if the request was processed successfully. [optional]

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