API Docs / Schemas / ServicePackageItemDto

ServicePackageItemDto

DTO for a service included in a service package

Properties

Name Type Description
billableServiceCodestring

The code of the billable service

The code of the billable service

billableServiceNamestring

The name of the billable service

The name of the billable service

billingFrequencyenum

OneOff Annual Quarterly Monthly

OneOff Annual Quarterly Monthly

overridePricingboolean

Whether to override the standard pricing from the billable service

Whether to override the standard pricing from the billable service

pricenumber

The custom price to use when OverridePricing is true

The custom price to use when OverridePricing is true

pricingAnswersobject

Pre-answered pricing factors (key = factor description, value = selected option name)

Pre-answered pricing factors (key = factor description, value = selected option name)

JSON Example

{
  "billableServiceCode": "string",
  "billableServiceName": "string",
  "billingFrequency": "OneOff",
  "overridePricing": false,
  "price": 0
}

Contained in Schemas