PricingInformation

public final class PricingInformation

The pricing information object.

Parameters

nightly

Array of arrays of amount objects. Each sub-array of amount objects represents a single night's charges.

stay

Array of amount objects. Details any charges that apply to the entire stay (not divided per-night). Any per-room adjustments are applied to the base_rate amount within this object.

totals
fees

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final FeesPricingInformation fees
Link copied to clipboard
@Valid()
private final List<List<NightCharge>> nightly
Link copied to clipboard
@Valid()
private final List<Stay> stay
Link copied to clipboard
@Valid()
private final Totals totals

Functions

Link copied to clipboard
public final static PricingInformation.Builder builder()
Link copied to clipboard
Link copied to clipboard
public final List<List<NightCharge>> getNightly()
Link copied to clipboard
public final List<Stay> getStay()
Link copied to clipboard
public final Totals getTotals()