ServiceDetails
Feature res_new_services_format
turned Off
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
Service/ServiceDetails | The details of a Service. | object | 1..1 | The contents of this element depend on the value of Service[@ServiceTypeCode] , and can include the number of guests, the number of days the service is provided, and any fees that apply. |
ServiceDetails /GuestCounts | Details about the number of guests. | array of GuestCount | 1..1 | - |
ServiceDetails /TimeSpan | - | object | 0..1 | - |
ServiceDetails /Fees | Fees charged for the Service. | array of Fee | 0..1 | - |
XML
<ServiceDetails> <GuestCounts> ... </GuestCounts> <TimeSpan ... /> <Fees> ... </Fees> </ServiceDetails>
Feature res_new_services_format
turned On
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
Service/ServiceDetails | The details of a Service. | object | 1..1 | |
ServiceDetails /Comments | Array of the comments about the service. in case of instay services, its the questions partner provided and the booker answers. | array of Comment | 1..1 | - |
ServiceDetails /CancelPenalties | The cancellation policy of the service reservation. | array of CancelPenalty | 0..1 | - |
ServiceDetails /DepositPayments | Information about the service payment method. | object | 0..1 | - |
XML
<ServiceDetails> <GuestCounts> ... </GuestCounts> <TimeSpan ... /> <Fees> ... </Fees> </ServiceDetails>