BillingTriggerConfiguration
A billing trigger configuration with its effective period and operation frequencies.
This represents a complete billing configuration for a target, including effective period and what operations should be performed at what frequencies.
Fields
When this configuration becomes effective.
When this configuration stops being effective (null if no end date).
Whether this configuration is currently active.
Next date when a billing document will be issued (null if not calculable).
List of billing operation frequencies in this configuration.
The type of target this configuration applies to.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"effectiveFrom": "1975-02-25T10:10:53.255446+00:00",
"effectiveTo": "1971-07-25T20:47:42.584910+00:00",
"isActive": true,
"nextIssueDate": "2006-01-27",
"operationFrequencies": [BillingOperationFrequency],
"targetType": "CHARGING_LEDGER"
}