Room Price Check
The price check response.
Parameters
status
occupancy Pricing
A map of room information by occupancy.
links
card On File Limit
refundable Damage Deposit
deposits
Array of deposits.
refund
amount Owed
penalty
trader Information
Constructors
Link copied to clipboard
public RoomPriceCheck RoomPriceCheck(StatusPriceCheck status, Map<String, PricingInformation> occupancyPricing, RoomPriceCheckLinks links, Amount cardOnFileLimit, Amount refundableDamageDeposit, List<Deposit> deposits, Charge refund, Charge amountOwed, Charge penalty, TraderInformation traderInformation)