pricing-tags-settings

pricing-tags-settings
pricing-tags-settings

Model representing VC Pricing tags settings

AllOf
This class requires all of the following:
JSON Example
{
    "policyId": "string",
    "inherited": false,
    "recurringRates": [
        {
            "chargePeriod": "string",
            "rate": "number",
            "type": "string",
            "key": "string",
            "value": "string",
            "chargeOnPowerState": "string"
        }
    ],
    "oneTimeRates": [
        {}
    ],
    "rateFactors": [
        {
            "key": "string",
            "value": "string",
            "rate": "number",
            "type": "string",
            "chargeAppliesType": "string"
        }
    ]
}