A CFAR contract
Name | Type | Description | Notes |
---|---|---|---|
Id | string | Unique identifier for a contract | |
Reference | string | Unique reference for a contract | |
Offers | List<CfarOffer> | CFAR Offer(s) used to create the contract | |
Itinerary | CfarItinerary | ||
CoveragePercentage | string | Percentage of the amount to be refunded to customer compared to flight tickets price | |
Coverage | string | Total amount to be refunded upon CFAR exercise | |
Premium | string | Total amount to be paid for CFAR | |
Currency | string | Currency of contract | |
TaxesTotal | string | Part of the premium which are taxes | |
Taxes | List<CfarTax> | List of applicable taxes | [optional] |
CreatedDateTime | DateTime | A UTC RFC3339 datetime; the date and time at which a CFAR contract was created | |
ExpiryDateTime | DateTime | A UTC RFC3339 A UTC RFC3339 datetime; the date and time at which the CFAR contract will expire once purchased | |
Status | CfarStatus | ||
PnrReference | string | Reference of the PNR in the airline system | [optional] |
ExtAttributes | Dictionary<string, string> | ||
ExerciseUrl | string | URL to exercise the contract (if applicable) | [optional] |