GetFlightBagaggefeeOperationParams

Constructors

Link copied to clipboard
public GetFlightBagaggefeeOperationParams GetFlightBagaggefeeOperationParams(String offerToken, String partnerTransactionID, String locale, String currency)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String currency

Specifies currency code for baggage fees to be returned in. Format should be ISO 4217 currency code (3 letter). If this information is not provided, the currency corresponding for that partners default will be selected.

Link copied to clipboard
@Valid()
private final String locale

Locale information to provide airline name. If this information is not provided, the locale corresponding for that partners default will be selected.

Link copied to clipboard
@NotNull()
@Valid()
private final String offerToken

The offerToken from the Flight Listings API

Link copied to clipboard
@NotNull()
@Valid()
private final String partnerTransactionID

Partner-generated identifier.

Functions

Link copied to clipboard
Link copied to clipboard
public final String getCurrency()

Specifies currency code for baggage fees to be returned in. Format should be ISO 4217 currency code (3 letter). If this information is not provided, the currency corresponding for that partners default will be selected.

Link copied to clipboard
public Headers getHeaders()
Link copied to clipboard
public final String getLocale()

Locale information to provide airline name. If this information is not provided, the locale corresponding for that partners default will be selected.

Link copied to clipboard
public final String getOfferToken()

The offerToken from the Flight Listings API

Link copied to clipboard

Partner-generated identifier.

Link copied to clipboard
Link copied to clipboard
public Parameters getQueryParams()
Link copied to clipboard