Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 2.69 KB

File metadata and controls

19 lines (15 loc) · 2.69 KB

ProxyCreateBillRun

Properties

Name Type Description Notes
account_id str ID of the account used for single account bill run. This field is only required if you create ad hoc bill run for a single customer account. Character limit: 32 [optional]
auto_email bool Determines whether to auto send email or not by this bill run once the bill run completes. Note: You must enable the Support Bill Run Auto-Post Billing rule to pass this field. [optional] [default to False]
auto_post bool Determines whether to auto post bill run or not once the bill run completes. Note: You must enable the Support Bill Run Auto-Post Billing rule to pass this field. [optional] [default to False]
auto_renewal bool Determines whether to auto renew subscription or not by this bill run once the bill run completes. [optional] [default to False]
batch str Batch of accounts for this bill run. When creating ad hoc bill run for multiple customer accounts, this field is only required if the `BillCycleDay` field is not specified. Character limit: 20 Values: AllBatches or Batchn where n is a number between 1 and 50. [optional]
bill_cycle_day str The day of the bill cycle. When creating ad hoc bill run for multiple customer accounts, this field is only required if the `Batch` field is not specified. Character limit: 32 Values: `AllBillCycleDays` or 01 - 31. [optional]
charge_type_to_exclude str Charge type or types to be excluded, separated with comma. Possible Values: `OneTime`, `Recurring`, `Usage`, or a combination of these values. Character limit: 50 [optional]
invoice_date date Invoice date for this bill run. Character limit: 29
no_email_for_zero_amount_invoice bool Determines whether to suppress email for invoices with zero total or not for this bill run once the bill run completes. (Do not email invoices with 0 Invoice Total). [optional] [default to False]
target_date date Target date for this bill run. See Create Bill Run for more information. Character limit: 29

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