BillingOperationFrequency
A billing operation frequency definition.
Fields
The billing frequency.
The frequency multiplier (e.g., 2 for bi-monthly).
The type of billing operation.
The type of target this definition applies to.
Temporal parameters for operation parameters.
Day of the month when billing is triggered (1-31).
Month of the year when billing starts (1-12).
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
{
"frequency": "DAILY",
"multiplier": 38,
"operationType": "CHARGE_TARGET",
"targetType": "CHARGING_LEDGER",
"temporalParams": [BillingOperationTemporalParamsType],
"triggerAtStartDay": 2,
"triggerAtStartMonth": 79
}