Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 3.96 KB

File metadata and controls

30 lines (26 loc) · 3.96 KB

ProxyGetBillRun

Properties

Name Type Description Notes
account_id str ID of the account used for single account bill run. Character limit: 32 [optional]
auto_email bool Determines whether to auto send email or not once the bill run completes. Note: You must enable the Support Bill Run Auto-Post Billing rule to pass this field. [optional]
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]
auto_renewal bool Determines whether to auto renew subscription or not by this bill run once the bill run completes. [optional]
batch str Batch of accounts for this bill run. 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. Character limit: 32 Values: `AllBillCycleDays` or 01 - 31. [optional]
bill_run_number str Number of the bill run. Character limit: 50 Values: automatically generated [optional]
created_by_id str The user ID of the person who created the bill run. Character limit: 32 Values: automatically generated [optional]
created_date datetime The date and time when the bill run was created. Character limit: 29 Values: automatically generated [optional]
executed_date datetime The date and time when the bill run was executed. [optional]
id str ID of the object. Character limit: 32 Values: automatically generated [optional]
invoice_date date Invoice date for this bill run. Character limit: 29 [optional]
invoices_emailed bool Indicates whether the invoice has been sent or not. Values: automatically generated [optional]
last_email_sent_time datetime The last time emails were sent for this bill run. Character limit: 29 Values: automatically generated [optional]
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]
number_of_accounts int The number of accounts processed by this bill run. Values: automatically generated [optional]
number_of_invoices int The number of invoices generated by this run. Values: automatically generated [optional]
status str The status for this bill run. See Status Types for more information. Character limit: 20 Values: * `Pending` * `Processing` * `Completed` * `Error` * `Canceled` * `Posted` [optional]
target_date date Target date for this bill run. See Create Bill Run for more information. Character limit: 29 [optional]
updated_by_id str The user ID of the person who last updated the bill run. Character limit: 32 Values: automatically generated [optional]
updated_date datetime The date and time when the bill run was last updated. Character limit: 29 Values: automatically generated [optional]

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