Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 2.18 KB

File metadata and controls

13 lines (9 loc) · 2.18 KB

InvoiceChargeRequest

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
include_aggregated bool {&quot;default&quot;:false,&quot;description&quot;:&quot;Outstanding charges for which invoices will be generated:<br><span class=\&quot;label label-default\&quot;>true</span> &mdash; Include charges marked with 'Aggregated' `invoicingType` (i.e. charges that would otherwise be included anyway in the next naturally-occurring invoice)<br><span class=\&quot;label label-default\&quot;>false</span> &mdash; Exclude charges marked with 'Aggregated' `invoicingType` (i.e. prefer that these charges be included instead on the next naturally-occurring invoice).&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;]} [optional] [default to False]
include_invoiced_charges_only bool {&quot;default&quot;:false,&quot;description&quot;:&quot;Outstanding charges for which invoices will be generated:<br><span class=\&quot;label label-default\&quot;>true</span> &mdash; Include those charges raised with 'no invoice' specified (i.e. charges against the subscription) &mdash; as well as charges raised against some specific invoice.<br><span class=\&quot;label label-default\&quot;>false</span> &mdash; Include only charges raised against some specific invoice.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;]} [optional] [default to False]
invoice_state str {&quot;default&quot;:null (invoice is raised in its default initial state),&quot;description&quot;:&quot;Initial state with which any invoices will be generated.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;]} [optional]

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