Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.55 KB

BillRunPreviewCreateRequest.md

File metadata and controls

18 lines (13 loc) · 1.55 KB

Zuora.Model.BillRunPreviewCreateRequest

Properties

Name Type Description Notes
assume_renewal string Indicates whether to generate a preview of future invoice items and credit memo items with the assumption that the subscriptions are renewed. all: The assumption is applied to all the subscriptions. Zuora generates preview invoice item data and credit memo item data from the first day of the customer's next billing period to the target date. auto_renew_only: The assumption is applied to the subscriptions that have auto_renew enabled. Zuora generates preview invoice item data and credit memo item data from the first day of the customer's next billing period to the target date. [optional]
batches List<string> Identifiers of the customer account batches to be included in this bill run preview. [optional]
charges_excluded List<string> Charge type or types to be excluded from this bill run preview. [optional]
include_draft_items bool If true, draft items will be included in this bill run preview. [optional]
include_evergreen_subscriptions bool If true, evergreen subscriptions will be included in this bill run preview. [optional]
target_date DateTime All unbilled items on or before this date are included in this bill run.

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