Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.84 KB

CreateDgOfferItemResponse.md

File metadata and controls

27 lines (23 loc) · 1.84 KB

Com.Hopper.Hts.Airlines.Model.CreateDgOfferItemResponse

A created Dg offer

Properties

Name Type Description Notes
Id string Unique identifier for an offer
Premium string Total amount to be paid for DG
Coverage string Total amount to be refunded upon DG exercise
CoveragePercentage string Percentage of the ticket’s value to be refunded upon DG exercise
ServiceCap string
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 minutes to be covered
CreatedDateTime DateTime A UTC RFC3339 datetime; the date and time at which a DG offer was created
ContractExpiryDateTime DateTime A UTC RFC3339 datetime; the date and time at which the DG contract will expire once purchased
Itinerary DgItinerary
ExtAttributes Dictionary<string, string>
Contents Dictionary<string, DgContents>
MerchandisingUrl string The url for rendering offer merchandising [optional]

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