Skip to main content

Fields

frequency : BillingTriggerFrequency! required

The billing frequency.

multiplier : Int! required

The frequency multiplier (e.g., 2 for bi-monthly).

operationType : BillingTriggerOperationType! required

The type of billing operation.

targetType : BillingTriggerTargetType! required

The type of target this definition applies to.

temporalParams : [BillingOperationTemporalParamsType!]! required

Temporal parameters for operation parameters.

triggerAtStartDay : Int! required

Day of the month when billing is triggered (1-31).

triggerAtStartMonth : Int! required

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 }