Package com.duffel.sdk.model
Class OfferRequestBodyPrivateFares
java.lang.Object
com.duffel.sdk.model.OfferRequestBodyPrivateFares
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-16T15:26:22.356688490+07:00[Asia/Bangkok]")
public class OfferRequestBodyPrivateFares
extends Object
The private fare codes for this offer request. You can have pass in multiple airlines with their specific private fare codes. The key is The IATA code for the airline that provided the private fare code, we are including Qantas (QF) as an example.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddQFItem(OfferRequestBodyPrivateFare QFItem) boolean@Valid List<OfferRequestBodyPrivateFare> getQF()Get QFinthashCode()voidtoString()
-
Field Details
-
JSON_PROPERTY_Q_F
- See Also:
-
-
Constructor Details
-
OfferRequestBodyPrivateFares
public OfferRequestBodyPrivateFares()
-
-
Method Details