FullStay
Represents the full stay for a product.
type FullStay {
minimum: Int
maximum: Int
}
Fields
FullStay.minimum
● Int
scalar
Minimum length of the full stay.
FullStay.maximum
● Int
scalar
Maximum length of the full stay.
Member Of
LengthOfStay
object