Skip to main content

RestrictionsLoad

Represents the restrictions to load for a rate.

type RestrictionsLoad {
bookingLimit: Int
lengthOfStay: LengthOfStay
minRelease: Int
maxRelease: Int
stopSales: StopSales
freeSales: Boolean
}

Fields

RestrictionsLoad.bookingLimit ● Int scalar

Booking limit associated with the product.

RestrictionsLoad.lengthOfStay ● LengthOfStay object

Length of stay associated with the product. See LengthOfStay.

RestrictionsLoad.minRelease ● Int scalar

Minimum release period associated with the product.

RestrictionsLoad.maxRelease ● Int scalar

Maximum release period associated with the product.

RestrictionsLoad.stopSales ● StopSales object

Stop sales associated with the product. See StopSales.

RestrictionsLoad.freeSales ● Boolean scalar

Indicates whether the product is available for free sales.

Member Of

RateAvailLoad object