Calculate the booking fee charged to a customer for an appointment amount.
Use this operation to estimate the customer-facing total for an appointment.
The appointment amount used to calculate the customer's booking fee. A monetary amount in the lowest denomination for the given currency. The numeric value is represented as a string so that it can be exact with no loss of precision.
^(0|[1-9][0-9]*)\.[0-9][0-9]$"456.78"
The type of customer fee to calculate. The available customer fee calculation types.
appointment Ok. The operation succeeded.
The calculated customer appointment fees for the given monetary amount.
The appointment subtotal before fees are applied.
^(0|[1-9][0-9]*)\.[0-9][0-9]$"456.78"
The calculated fee for the given money amount.
^(0|[1-9][0-9]*)\.[0-9][0-9]$"456.78"
The appointment total after fees are applied.
^(0|[1-9][0-9]*)\.[0-9][0-9]$"456.78"
The customer fee calculation type.
appointment