| diagram | ![]() |
||||||||||||||||||||||||||
| children | Payment Discount ExcludeTaxes | ||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||
| 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:element name="ExcludeTaxes" type="ExcludeTaxesType" minOccurs="0"> <s:annotation> <s:documentation>Exclude taxes from fare calculation</s:documentation> </s:annotation> </s:element> </s:sequence> <s:attribute name="PriceExchange" type="s:boolean" use="optional"/> <s:attribute name="ExchangeType" type="RefundExchangeType"/> <s:attribute name="Options" type="s:string"> <s:annotation> <s:documentation>Extra pricing options depending on the vendor</s:documentation> </s:annotation> </s:attribute> </s:complexType> |
| type | s:boolean | ||
| properties |
|
||
| source | <s:attribute name="PriceExchange" type="s:boolean" use="optional"/> |
| type | RefundExchangeType | ||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||
| source | <s:attribute name="ExchangeType" type="RefundExchangeType"/> |
| type | s:string | ||
| annotation |
|
||
| source | <s:attribute name="Options" type="s:string"> <s:annotation> <s:documentation>Extra pricing options depending on the vendor</s:documentation> </s:annotation> </s:attribute> |
| diagram | ![]() |
||||||||||||||||||||||
| type | PaymentBaseType | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| source | <s:element name="Payment" type="PaymentBaseType" minOccurs="0"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
| type | DiscountType | ||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||
| source | <s:element name="Discount" type="DiscountType" minOccurs="0"/> |
| diagram | ![]() |
||||||||||||||
| type | ExcludeTaxesType | ||||||||||||||
| properties |
|
||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <s:element name="ExcludeTaxes" type="ExcludeTaxesType" minOccurs="0"> <s:annotation> <s:documentation>Exclude taxes from fare calculation</s:documentation> </s:annotation> </s:element> |