GetFlightSeatmapOperationParams

Constructors

Link copied to clipboard
public GetFlightSeatmapOperationParams GetFlightSeatmapOperationParams(String offerToken, String partnerTransactionID, String locale, String loyaltyProgramNumber, String travelerFirstName, String travelerLastName)

Types

Link copied to clipboard
public final class Builder

Properties

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

The language in which the response content should be displayed.

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

A Traveler's Loyalty Program number for a specified carrier.

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

An Air offerToken from a Flight Search or Flight Details.

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

Partner-generated identifier.

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

Traveler's first name of whose loyalty information is passed (mandatory if you are entering a loyalty number).

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

Traveler's last name of whose loyalty information is passed (mandatory if you are entering a loyalty number).

Functions

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

The language in which the response content should be displayed.

Link copied to clipboard

A Traveler's Loyalty Program number for a specified carrier.

Link copied to clipboard
public final String getOfferToken()

An Air offerToken from a Flight Search or Flight Details.

Link copied to clipboard

Partner-generated identifier.

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

Traveler's first name of whose loyalty information is passed (mandatory if you are entering a loyalty number).

Link copied to clipboard
public final String getTravelerLastName()

Traveler's last name of whose loyalty information is passed (mandatory if you are entering a loyalty number).

Link copied to clipboard