RateCalendarResponse

public final class RateCalendarResponse

Parameters

warnings

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

transactionId

Unique identifier for the transaction.

rateCalendars

Container for all hotel rate calendar data.

Constructors

Link copied to clipboard
public RateCalendarResponse RateCalendarResponse(List<Warning> warnings, String transactionId, List<HotelRateCalendar> rateCalendars)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final List<HotelRateCalendar> rateCalendars
Link copied to clipboard
@Valid()
private final String transactionId
Link copied to clipboard
@Valid()
private final List<Warning> warnings

Functions

Link copied to clipboard
public final static RateCalendarResponse.Builder builder()
Link copied to clipboard
Link copied to clipboard
public final String getTransactionId()
Link copied to clipboard
public final List<Warning> getWarnings()
Link copied to clipboard