RestrictionsDerivedRateLoad
Represents the restrictions to load for a derived rate.
type RestrictionsDerivedRateLoad {
  lengthOfStay: LengthOfStay
  minRelease: Int
  maxRelease: Int
  stopSales: StopSales
}
Fields
RestrictionsDerivedRateLoad.lengthOfStay ● LengthOfStay object
Length of stay associated with the product. See LengthOfStay.
RestrictionsDerivedRateLoad.minRelease ● Int scalar
Minimum release period associated with the product.
RestrictionsDerivedRateLoad.maxRelease ● Int scalar
Maximum release period associated with the product.
RestrictionsDerivedRateLoad.stopSales ● StopSales object
Stop sales associated with the product. See StopSales.
Member Of
DerivedRateAvailLoad  object