Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.04 KB

BillingPreviewResult.md

File metadata and controls

11 lines (8 loc) · 1.04 KB

Zuora::BillingPreviewResult

Properties

Name Type Description Notes
account_id String ID of the customer account to which the billing preview applies. [optional]
credit_memo_items Array<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 Advanced AR Settlement feature enabled. The Advanced AR 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 Array<POSTBillingPreviewInvoiceItem> An array of invoice items returned as the result of the billing preview request. [optional]
success BOOLEAN Returns `true` if the request was processed successfully. [optional]