Authorizations
Body
application/json
Configuration of invoicing engine
Empty fields (i.e. as None) won't be changed
Should invoice amount be charged automatically or not
Determines when the due_date of the invoices should be set when created:
- StartOfPeriod - invoices are due at the beginning of the billing period
 - EndOfPeriod - invoices are due at the end of the billing period
 
Available options: 
start_of_period, end_of_period Determines when the due_date of the invoices should be set when created:
- StartOfPeriod - invoices are due at the beginning of the billing period
 - EndOfPeriod - invoices are due at the end of the billing period
 
Available options: 
start_of_period, end_of_period When the invoices should be created
Note: EveryCycle and Periodic aren't yet supported, they will behave as Manual invoices are created as soon as invoice items are validated
Available options: 
immediate Determines how usage period should be closed:
- Automatic - usage period will be closed as soon as claim period ends
 - Manual - usage period will be open until closed manually
 - Delayed - automatic with delay after the claim period ends. Valid delays are 15 minutes, 1 hour, 1 day
 
Available options: 
automatic, manual, 15 minutes, 1 hour, 1 day Response
200
Updated