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

Constructors

Link copied to clipboard
public RoomItineraryLinks RoomItineraryLinks(Link cancel, Link change, Link shopForChange)

Types

Link copied to clipboard
public final class Builder

Properties

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

Functions

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