diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | FormOfPayment Discount | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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"> <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:complexType> </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: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> |
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 |
|
||||||||||||||||||||||
source | <s:element name="Discount" minOccurs="0"> <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: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> |