API Docs / Schemas / BillableServicePricingTierOverrideDto

BillableServicePricingTierOverrideDto

DTO for a custom tier-specific pricing override

Properties

Name Type Description
tierCodestring

The code of the pricing tier this override applies to

The code of the pricing tier this override applies to

overridePricenumber

The override price for this tier (null to use default price)

The override price for this tier (null to use default price)

overrideDescriptionstring

The override description for this tier (null to use default description)

The override description for this tier (null to use default description)

JSON Example

{
  "tierCode": "string",
  "overridePrice": 0,
  "overrideDescription": "string"
}

Contained in Schemas