RestrictionsLoadInput
Represents the restrictions to load for a rate.
input RestrictionsLoadInput {
bookingLimit: Int
lengthOfStay: LengthOfStayInput
minRelease: Int
maxRelease: Int
stopSales: StopSalesInput
freeSales: Boolean
}
Fields
RestrictionsLoadInput.bookingLimit
● Int
scalar
Booking limit associated with the product.
RestrictionsLoadInput.lengthOfStay
● LengthOfStayInput
input
Length of stay associated with the product. See LengthOfStay.
RestrictionsLoadInput.minRelease
● Int
scalar
Minimum release period associated with the product.
RestrictionsLoadInput.maxRelease
● Int
scalar
Maximum release period associated with the product.
RestrictionsLoadInput.stopSales
● StopSalesInput
input
Stop sales associated with the product. See StopSales.
RestrictionsLoadInput.freeSales
● Boolean
scalar
Indicates whether the product is available for free sales.
Member Of
RateAvailLoadInput
input