Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.78 KB

CfarOffer.md

File metadata and controls

25 lines (21 loc) · 1.78 KB

Com.Hopper.Hts.Airlines.Model.CfarOffer

A successful CFAR offer response

Properties

Name Type Description Notes
Id string Unique identifier for an offer
Premium string Total amount to be paid for CFAR
Coverage string Total amount to be refunded upon CFAR exercise
CoveragePercentage string Percentage of the amount to be refunded to customer compared to flight tickets price
CoverageExtension string Maximum amount added on top of the coverage to cover ancillaries [optional]
Currency string Currency of offer
TaxesTotal string Part of the premium which are taxes
Taxes List<CfarTax> List of applicable taxes [optional]
RequestType RequestType
ContractExpiryDateTime DateTime A UTC RFC3339 datetime; the date and time at which the CFAR contract will expire once purchased
CreatedDateTime DateTime A UTC RFC3339 datetime; the date and time at which a CFAR offer was created
Itinerary CfarItinerary
Contents Dictionary<string, CfarContents> One or more contents describing the offer and its conditions in the available languages
ExtAttributes Dictionary<string, string>
TermsConditionsUrl string The terms and conditions for this offer [optional]

[Back to Model list] [Back to API list] [Back to README]