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" maxOccurs="unbounded"> <s:annotation> <s:documentation>Multiple payment option is allowed only for exchange request. For booking request no more than one option is allowed.</s:documentation> </s:annotation> </s:element> <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 |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <s:element name="Payment" type="PaymentBaseType" minOccurs="0" maxOccurs="unbounded"> <s:annotation> <s:documentation>Multiple payment option is allowed only for exchange request. For booking request no more than one option is allowed.</s:documentation> </s:annotation> </s:element> |
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> |