API Docs / Schemas / BillableServicePricingOverrideDto

BillableServicePricingOverrideDto

DTO for revenue range-specific pricing overrides

Properties

Name Type Description
revenueRangeCodestring

The revenue range code this override applies to

The revenue range code this override applies to

overridePricenumber

The override price for this revenue range (null to use default price)

The override price for this revenue range (null to use default price)

overrideDescriptionstring

The override description for this revenue range (null to use default description)

The override description for this revenue range (null to use default description)

JSON Example

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

Contained in Schemas