RoomItineraryLinks

public final class RoomItineraryLinks

A map of links - * cancel - Cancel the booking for this room * change - A PUT call to modify the details of the booking for this room (soft change) * shop_for_change - Shop for rates to evaluate for possible rebooking. This shop call will show the estimated financial impact of the change.
Current parameters supported in shop for change: checkin, checkout, occupancy See: #get-/properties/-property_id-/availability

Parameters

cancel
change
shopForChange

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final DeleteRoomOperationLink cancel
Link copied to clipboard
@Valid()
private final ChangeRoomDetailsOperationLink change
Link copied to clipboard

Functions

Link copied to clipboard
public final static RoomItineraryLinks.Builder builder()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard