A contract air type is a particular named program that is with an airline. Usually it is an SBP. Created by nick on 6/4/18.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| airline | airVendor | element | 0/1 | The airline that this program is with. | |
| name | string | element | 0/1 | The name of this particular program. | |
| type | contractType | element | 0/1 | The contract type that this program is equivalent to. Like an SBP. | |
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
<contractAirType>
<name>...</name>
<type>
<code>...</code>
<name>...</name>
<type>
<name>...</name>
</type>
<id>...</id>
<version>...</version>
</type>
<airline>
<airlineNumber>...</airlineNumber>
<checkinLink>...</checkinLink>
<baggageLink>...</baggageLink>
<alliance>
<sharesFrequentFlyerNumbers>...</sharesFrequentFlyerNumbers>
<name>...</name>
<code>...</code>
</alliance>
<lowCostCarrier>...</lowCostCarrier>
<longCode>...</longCode>
<manualTicketingOnly>...</manualTicketingOnly>
<airTicketsUseOrigIssueDate>...</airTicketsUseOrigIssueDate>
<mcoTicketsUseOrigIssueDate>...</mcoTicketsUseOrigIssueDate>
<minDomesticValue>...</minDomesticValue>
<minIntlValue>...</minIntlValue>
<position>...</position>
<imageUrl>...</imageUrl>
<code>...</code>
<name>...</name>
</airline>
<id>...</id>
<version>...</version>
<violations/>
</contractAirType>