Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.84 KB

DgOffer.md

File metadata and controls

26 lines (22 loc) · 1.84 KB

Com.Hopper.Hts.Airlines.Model.DgOffer

A Dg offer

Properties

Name Type Description Notes
Id string Unique identifier for a DG offer
Premium string Amount per passenger to be paid by user for DG
Coverage string Amount per passenger to be refunded to user upon DG exercise
CoveragePercentage string Percentage of the amount to be refunded to customer compared to flight tickets price
ServiceCap string Allowed amount per passenger to book a new flight in case of disruption
Currency string Currency of offer
TaxesTotal string Total of applicable taxes
Taxes List<DgTax> List of applicable taxes [optional]
RequestType DgRequestType
MaxHoursBeforeDeparture long The number of hours before each flight or slice departure from which a purchased contract would start to cover disruptions
MinMinutesDelay long The minimum flight or slice departure delay in hours to be covered
ContractExpiryDateTime DateTime A UTC RFC3339 datetime; the date and time at which the DG contract will expire once purchased
CreatedDateTime DateTime A UTC RFC3339 datetime; the date and time at which a DG offer was created
Itinerary DgItinerary
ExtAttributes Dictionary<string, string>
Contents Dictionary<string, DgContents>

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