Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.28 KB

CfarContractExercise.md

File metadata and controls

19 lines (15 loc) · 1.28 KB

Com.Hopper.Hts.Airlines.Model.CfarContractExercise

An object containing exercise information for a contract

Properties

Name Type Description Notes
Id string Unique identifier for a CFAR exercise
ContractId string Unique identifier for a contract
ExerciseInitiatedDateTime DateTime A UTC RFC3339 datetime; the date and time at which a contract exercise was initiated
CashRefundAllowance string Refundable amount allowed in cash
ExtAttributes Dictionary<string, string>
FtcRefundAllowance string Refundable amount allowed in future travel credit [optional]
Currency string The currency of the airline's refund allowance [optional]
RedirectionToken Guid Token used to authenticate the redirection after filling refund information in claims portal
RedirectionUrl string URL on which the customer should be redirected to exercise (if applicable) [optional]

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