RateHistory

public final class RateHistory

The rate information associated with the itinerary.

Parameters

id

The id of the rate.

promotions
cancelPenalties

The cancel penalties associated with the itinerary.

deposits
pricing

Constructors

Link copied to clipboard
public RateHistory RateHistory(String id, PromotionsItinerary promotions, List<CancelPenalty> cancelPenalties, List<DepositItinerary> deposits, PricingInformation pricing)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final List<CancelPenalty> cancelPenalties
Link copied to clipboard
@Valid()
private final List<DepositItinerary> deposits
Link copied to clipboard
@Valid()
private final String id
Link copied to clipboard
@Valid()
private final PricingInformation pricing
Link copied to clipboard
@Valid()
private final PromotionsItinerary promotions

Functions

Link copied to clipboard
public final static RateHistory.Builder builder()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final String getId()
Link copied to clipboard
Link copied to clipboard