| Name | Type | Description | Notes |
|---|---|---|---|
| created | datetime | { "description" : "The UTC DateTime when the object was created.", "verbs":[] } | [optional] |
| name | str | {"description":"New friendly name given to the charge to help identify it.","verbs":["POST","GET"]} | [optional] |
| description | str | {"description":"New description given to the charge.","verbs":["POST","GET"]} | [optional] |
| amount | float | {"description":"(Applicable only if the existing charge has none of [`pricingComponentName`, `pricingComponentID`] defined)<br>New monetary amount for which to charge. Used only for ad-hoc charges (i.e charges not associated with any pricing component).<br>This amount excludes tax.","verbs":["POST","GET"]} | [optional] |
| invoicing_type | str | {"default":"<span class=\"label label-default\">Aggregated</span>","description":"The strategy for how to raise invoices describing the charges produced by this charge recalculation.<br><span class=\"label label-default\">Immediate</span> — Generate straight-away an invoice containing these charges.<br><span class=\"label label-default\">Aggregated</span> — Add these charges to the next invoice which is generated naturally — i.e. the invoice raised at the current period's end.","verbs":["POST","GET"]} | [optional] |
| pricing_component_value | int | {"description":"(Applicable only if the existing charge has any of [`pricingComponentName`, `pricingComponentID`] defined)<br>The updated value consumed of the pricing component which this charge concerns.","verbs":["POST","GET"]} | [optional] |
| recalculation_behaviour | str | {"default":"RecalculateWithLatestPricing","verbs":["POST","GET"]} | |
| dry_run | bool | {"default":false,"description":"Changes described in the response:<br><span class=\"label label-default\">true</span> — Are not actually performed; your subscription remains unchanged, no billing events run, and no invoices are executed.<br><span class=\"label label-default\">false</span> — Are actually performed and committed.","verbs":["POST","GET"]} | [optional] [default to False] |
This repository was archived by the owner on Oct 17, 2023. It is now read-only.