ServiceDetails
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 /Fees | Fees charged for the Service. | array of Fee | 0..1 | - |
XML
<ServiceDetails>
<GuestCounts>
...
</GuestCounts>
<TimeSpan ... />
<Fees>
...
</Fees>
</ServiceDetails>