Last updated

ServiceDetails

Fields

FieldDescriptionTypeMin/maxNotes
Service/
ServiceDetails
The details of a Service.object1..1The 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 Fee0..1-

XML

<ServiceDetails>
   <GuestCounts>
      ...
   </GuestCounts>
   <TimeSpan ... />
   <Fees>
      ...
   </Fees>
</ServiceDetails>