LodgingQuotesResponse

public final class LodgingQuotesResponse

Parameters

warnings

There were some errors or events during the transaction, but the API has still returned a response. Container for all warnings.

count

The number of properties actually returned in the response.

totalPropertyCount

The number of properties requested.

transactionId

Unique identifier for the API transaction.

stayDates
lengthOfStay

The number of stay nights.

occupants

Container for the list of room occupants.

properties

Container for all properties.

Constructors

Link copied to clipboard
public LodgingQuotesResponse LodgingQuotesResponse(List<LodgingWarning> warnings, Integer count, Integer totalPropertyCount, String transactionId, LodgingStayDates stayDates, Integer lengthOfStay, List<LodgingOccupant> occupants, List<Property> properties)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final Integer count
Link copied to clipboard
private final Integer lengthOfStay
Link copied to clipboard
@Valid()
private final List<LodgingOccupant> occupants
Link copied to clipboard
@Valid()
private final List<Property> properties
Link copied to clipboard
@Valid()
private final LodgingStayDates stayDates
Link copied to clipboard
Link copied to clipboard
@Valid()
private final String transactionId
Link copied to clipboard
@Valid()
private final List<LodgingWarning> warnings

Functions

Link copied to clipboard
public final static LodgingQuotesResponse.Builder builder()
Link copied to clipboard
public final Integer getCount()
Link copied to clipboard
public final Integer getLengthOfStay()
Link copied to clipboard
Link copied to clipboard
public final List<Property> getProperties()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final String getTransactionId()
Link copied to clipboard
Link copied to clipboard