diagram |
 |
children |
Payment Discount |
used by |
|
attributes |
|
annotation |
documentation | Itinerary pricing options |
|
source |
<s:complexType name="PriceItineraryType">
<s:annotation>
<s:documentation>Itinerary pricing options</s:documentation>
</s:annotation>
<s:sequence>
<s:element name="Payment" type="PaymentBaseType" minOccurs="0"/>
<s:element name="Discount" type="DiscountType" minOccurs="0"/>
</s:sequence>
<s:attribute name="PriceExchange" type="s:boolean" use="optional"/>
<s:attribute name="ExchangeType" type="RefundExchangeType"/>
</s:complexType> |