RestrictionsDerivedRateLoadInput
Represents the restrictions to load for a derived rate.
input RestrictionsDerivedRateLoadInput {
lengthOfStay: LengthOfStayInput
minRelease: Int
maxRelease: Int
stopSales: StopSalesInput
}
Fields
RestrictionsDerivedRateLoadInput.lengthOfStay
● LengthOfStayInput
input
Length of stay associated with the product. See LengthOfStay.
RestrictionsDerivedRateLoadInput.minRelease
● Int
scalar
Minimum release period associated with the product.
RestrictionsDerivedRateLoadInput.maxRelease
● Int
scalar
Maximum release period associated with the product.
RestrictionsDerivedRateLoadInput.stopSales
● StopSalesInput
input
Stop sales associated with the product. See StopSales.