An element representing air vendors for Airportal.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| airTicketsUseOrigIssueDate | boolean | element | 1/1 | required boolean | Whether or not this airline calculates the expiration dates using the original ticket or the current one in an exchange. | |
| airlineNumber | long | element | 0/1 | The airline number of the vendor. | ||
| alliance | airVendorAlliance | element | 0/1 | The air alliance that this vendor belongs to. | ||
| baggageLink | string | element | 0/1 | Link to baggage information for the carrier. | ||
| checkinLink | string | element | 0/1 | Link to check in. | ||
| imageUrl | string | element | 0/1 | The location of the logo thumbnail image for this airline. | ||
| longCode | string | element | 0/1 | |||
| lowCostCarrier | boolean | element | 1/1 | required boolean | Whether this carrier is a low cost carrier or not. | |
| manualTicketingOnly | boolean | element | 1/1 | required boolean | Whether this carrier allows automated electronic ticketing. | |
| mcoTicketsUseOrigIssueDate | boolean | element | 1/1 | required boolean | Whether or not this airline calculates the expiration dates of MCOs using the original ticket or the current one in an exchange. | |
| minDomesticValue | int | element | 1/1 | required int | The minimum value of a domestic ticket that is worth exchanging. | |
| minIntlValue | int | element | 1/1 | required int | The minimum value of an international ticket that is worth exchanging. | |
| position | long | element | 1/1 | required long | The position to display this vendor in drop-downs. This is representative of how much we use this vendor in contracts/bookings. | |
Properties inherited from airportalVendor |
||||||
| code | string | element | 0/1 | |||
| name | string | element | 0/1 | |||
Properties inherited from baseHibernateEntity |
||||||
| id | long | element | 0/1 | The unique internal ID of the object. | ||
| version | long | element | 0/1 | For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions. | ||
Properties inherited from baseEntity |
||||||
| violations | list of simpleViolation | element | 0/unbounded | A list of constraint violations, if any, that this object has. | ||
Example
<airVendor>
<airlineNumber>...</airlineNumber>
<checkinLink>...</checkinLink>
<baggageLink>...</baggageLink>
<alliance>
<sharesFrequentFlyerNumbers>...</sharesFrequentFlyerNumbers>
<name>...</name>
<code>...</code>
<id>...</id>
<version>...</version>
</alliance>
<lowCostCarrier>...</lowCostCarrier>
<longCode>...</longCode>
<manualTicketingOnly>...</manualTicketingOnly>
<airTicketsUseOrigIssueDate>...</airTicketsUseOrigIssueDate>
<mcoTicketsUseOrigIssueDate>...</mcoTicketsUseOrigIssueDate>
<minDomesticValue>...</minDomesticValue>
<minIntlValue>...</minIntlValue>
<position>...</position>
<imageUrl>...</imageUrl>
<code>...</code>
<name>...</name>
<id>...</id>
<version>...</version>
</airVendor>