Contains data about booking service
| Name | Description | Type | Additional information |
|---|---|---|---|
| Description |
Service description (where applicable). |
string |
None. |
| FranchiseTheftAmount |
Amount for theft franchise in booking currency. |
decimal number |
None. |
| InsuranceFranchiseAmount |
Amount for insurance franchise in booking currency. |
decimal number |
None. |
| IsMandatory |
Flags mandatory services, e.g. one way fee. |
boolean |
None. |
| IsQuantityEditable |
Indicates that this service quantity is editable with MaximumQuantity limit if set. |
boolean |
None. |
| IsRent |
Car rental service. |
boolean |
None. |
| IsSelected |
Flags if service is selected for this booking or not |
boolean |
None. |
| MaximumQuantity |
If quantity is editable, provides upper limit of quanitity for this service. |
integer |
None. |
| Name |
Service name. |
string |
None. |
| Quantity |
Some additions allow setting quantity, e.g. baby seat. |
integer |
None. |
| ServiceGroupId |
Service group identifier in provider system. Services can be group like: equipment, insurance, etc. |
integer |
None. |
| ServiceGroupName |
Service group name. Services can be group like: equipment, insurance, etc. |
string |
None. |
| ServiceId |
Service identifier in provider system. |
integer |
None. |
| ServicePrices |
Pricing details for this service. |
Collection of ExBookingServicePriceModel |
None. |
| ServiceTypeId |
Service type identifier in provider system. |
integer |
None. |
| ServiceTypeName |
Service type name (ie. Rent, One way fee, Out of working hours ...) |
string |
None. |