BillableServicePricingOptionDto
DTO for billable service pricing option information
Properties
| Name | Type | Description |
|---|---|---|
| frequency | enum | OneOff Annual Quarterly Monthly |
OneOff Annual Quarterly Monthly | ||
| price | number | The default price for this billing frequency |
The default price for this billing frequency | ||
| revenueRangeOverrides | array of BillableServicePricingOverrideDto | Revenue range-specific pricing overrides |
Revenue range-specific pricing overrides | ||
JSON Example
{
"frequency": "OneOff",
"price": 0,
"revenueRangeOverrides": [
{
"revenueRangeCode": "...",
"overridePrice": "...",
"overrideDescription": "..."
}
]
}
Contained in Schemas
- BillableServiceDto Response DTO for billable service information
- CreateBillableServiceFromLibraryRequest Request DTO for creating a billable service from library with optional overrides
- CreateBillableServiceRequest Request DTO for creating a new billable service
- UpdateBillableServiceRequest Request DTO for updating an existing billable service