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
public PricingInformation PricingInformation(List<List<NightCharge>> nightly, List<Stay> stay, Totals totals, FeesPricingInformation fees)