diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | FormOfPayment Discount ExcludeTaxes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:complexType name="FarePrefType"> <s:sequence> <s:element name="FormOfPayment" type="FOPType" minOccurs="0" maxOccurs="unbounded"> <s:annotation> <s:documentation>List of desired FOP codes. Unfortunatelly attribute FOP having type list, which does not support multiple-word FOP names, thus you need to put such FOPs there. All FOPs will be combined within processing.</s:documentation> </s:annotation> </s:element> <s:element name="Discount" minOccurs="0" maxOccurs="unbounded"> <s:annotation> <s:documentation>Discount options applies only for SIG_AirShopRQ and SIG_AirReShopRQ requests, ignored for all other.</s:documentation> </s:annotation> <s:complexType> <s:attribute name="Amount" type="s:decimal" use="required"> <s:annotation> <s:documentation>Discount amount - percentage</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Designator" type="s:string" use="required"> <s:annotation> <s:documentation>Discount fare designator to be added to fare code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="OnDiscount" type="s:boolean"> <s:annotation> <s:documentation>true - apply discount on discounted price, false (default) - discount on fare</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount. Must match to at least one of PaxType:PTC. Prohibited if PaxList is set.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PaxList" type="strlist"> <s:annotation> <s:documentation>Passenger numbers to apply discount - from 1 to passenger count, starting from adults. Prohibited if PTC is set.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SegmentList" type="strlist"> <s:annotation> <s:documentation>Segment numbers to apply discount - from 1 to segment count.</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> <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="FareBasis" type="s:string"> <s:annotation> <s:documentation>Desired fare basis</s:documentation> </s:annotation> </s:attribute> <s:attribute name="AccountCode" type="s:string"/> <s:attribute name="PromoCode" type="s:string"/> <s:attribute name="FOP" type="FOPList"> <s:annotation> <s:documentation>List of desired FOP codes. Deprecated - please use subelement(s) FormOfPayment below.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ReturnCondition"> <s:annotation> <s:documentation>Return fares with chosen refund condition only</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="Refundable with penalty"/> <s:enumeration value="Full refund only"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="Award" type="s:boolean"> <s:annotation> <s:documentation>If true - look for only fares available to buy for frequent flyer miles Empty means "false" </s:documentation> </s:annotation> </s:attribute> <s:attribute name="StandBy" type="s:boolean"> <s:annotation> <s:documentation>If true - look StandBy fares. Empty means "false" </s:documentation> </s:annotation> </s:attribute> <s:attribute name="MonoBrand" type="s:boolean"> <s:annotation> <s:documentation>If true - look Monobrand fares. In this case flight numbers should be set for whole itinerary. Empty means "false" Used only for SIG_AirShopRQ, for all other requests will be ignored</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PrivateOnly" type="s:boolean"> <s:annotation> <s:documentation>If true - look for private fares only. Empty means "false" Used only for SIG_AirShopRQ and SIG_AirReShopRQ, for all other requests will be ignored</s:documentation> </s:annotation> </s:attribute> </s:complexType> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="FareBasis" type="s:string"> <s:annotation> <s:documentation>Desired fare basis</s:documentation> </s:annotation> </s:attribute> |
type | s:string |
source | <s:attribute name="AccountCode" type="s:string"/> |
type | s:string |
source | <s:attribute name="PromoCode" type="s:string"/> |
type | FOPList | ||
annotation |
|
||
source | <s:attribute name="FOP" type="FOPList"> <s:annotation> <s:documentation>List of desired FOP codes. Deprecated - please use subelement(s) FormOfPayment below.</s:documentation> </s:annotation> </s:attribute> |
type | restriction of s:string | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <s:attribute name="ReturnCondition"> <s:annotation> <s:documentation>Return fares with chosen refund condition only</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="Refundable with penalty"/> <s:enumeration value="Full refund only"/> </s:restriction> </s:simpleType> </s:attribute> |
type | s:boolean | ||
annotation |
|
||
source | <s:attribute name="Award" type="s:boolean"> <s:annotation> <s:documentation>If true - look for only fares available to buy for frequent flyer miles Empty means "false" </s:documentation> </s:annotation> </s:attribute> |
type | s:boolean | ||
annotation |
|
||
source | <s:attribute name="StandBy" type="s:boolean"> <s:annotation> <s:documentation>If true - look StandBy fares. Empty means "false" </s:documentation> </s:annotation> </s:attribute> |
type | s:boolean | ||
annotation |
|
||
source | <s:attribute name="MonoBrand" type="s:boolean"> <s:annotation> <s:documentation>If true - look Monobrand fares. In this case flight numbers should be set for whole itinerary. Empty means "false" Used only for SIG_AirShopRQ, for all other requests will be ignored</s:documentation> </s:annotation> </s:attribute> |
type | s:boolean | ||
annotation |
|
||
source | <s:attribute name="PrivateOnly" type="s:boolean"> <s:annotation> <s:documentation>If true - look for private fares only. Empty means "false" Used only for SIG_AirShopRQ and SIG_AirReShopRQ, for all other requests will be ignored</s:documentation> </s:annotation> </s:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | FOPType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="FormOfPayment" type="FOPType" minOccurs="0" maxOccurs="unbounded"> <s:annotation> <s:documentation>List of desired FOP codes. Unfortunatelly attribute FOP having type list, which does not support multiple-word FOP names, thus you need to put such FOPs there. All FOPs will be combined within processing.</s:documentation> </s:annotation> </s:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="Discount" minOccurs="0" maxOccurs="unbounded"> <s:annotation> <s:documentation>Discount options applies only for SIG_AirShopRQ and SIG_AirReShopRQ requests, ignored for all other.</s:documentation> </s:annotation> <s:complexType> <s:attribute name="Amount" type="s:decimal" use="required"> <s:annotation> <s:documentation>Discount amount - percentage</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Designator" type="s:string" use="required"> <s:annotation> <s:documentation>Discount fare designator to be added to fare code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="OnDiscount" type="s:boolean"> <s:annotation> <s:documentation>true - apply discount on discounted price, false (default) - discount on fare</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount. Must match to at least one of PaxType:PTC. Prohibited if PaxList is set.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PaxList" type="strlist"> <s:annotation> <s:documentation>Passenger numbers to apply discount - from 1 to passenger count, starting from adults. Prohibited if PTC is set.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SegmentList" type="strlist"> <s:annotation> <s:documentation>Segment numbers to apply discount - from 1 to segment count.</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> |
type | s:decimal | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="Amount" type="s:decimal" use="required"> <s:annotation> <s:documentation>Discount amount - percentage</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="Designator" type="s:string" use="required"> <s:annotation> <s:documentation>Discount fare designator to be added to fare code</s:documentation> </s:annotation> </s:attribute> |
type | s:boolean | ||
annotation |
|
||
source | <s:attribute name="OnDiscount" type="s:boolean"> <s:annotation> <s:documentation>true - apply discount on discounted price, false (default) - discount on fare</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="PTC" type="s:string"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code to apply discount. Must match to at least one of PaxType:PTC. Prohibited if PaxList is set.</s:documentation> </s:annotation> </s:attribute> |
type | strlist | ||
annotation |
|
||
source | <s:attribute name="PaxList" type="strlist"> <s:annotation> <s:documentation>Passenger numbers to apply discount - from 1 to passenger count, starting from adults. Prohibited if PTC is set.</s:documentation> </s:annotation> </s:attribute> |
type | strlist | ||
annotation |
|
||
source | <s:attribute name="SegmentList" type="strlist"> <s:annotation> <s:documentation>Segment numbers to apply discount - from 1 to segment count.</s:documentation> </s:annotation> </s:attribute> |
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> |