Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 896 Bytes

SubscriptionPreviewBillingDocumentsResponse.md

File metadata and controls

18 lines (13 loc) · 896 Bytes

Zuora.Model.SubscriptionPreviewBillingDocumentsResponse

Properties

Name Type Description Notes
subtotal decimal The total amount exclusive of tax. [optional] [readonly]
tax decimal The total tax amount. [optional] [readonly]
total decimal The total amount. [optional] [readonly]
type string The type of billing document. Can be one of the credit memo, debit memo, or invoice. [optional]
target_date DateTime [optional]
billing_document_items List<SubscriptionPreviewBillingDocumentItemResponse> [optional]

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