RegistrationTypeInventory
Represents a Registration type inventory. In addition to the standard fields, this type indicates whether or not the inventory is from a shared pool at the parent Registration Group level.
type RegistrationTypeInventory {
consumed: NonNegativeInt!
isPooledWithParentRegistrationGroup: Boolean!
limit: NonNegativeInt
remaining: Int
}
Fields
RegistrationTypeInventory.consumed
● NonNegativeInt!
non-null scalar
The number of inventory items consumed.
RegistrationTypeInventory.isPooledWithParentRegistrationGroup
● Boolean!
non-null scalar
True if the inventory is pooled with the parent group, and therefore (possibly) shared with other Registration types.
RegistrationTypeInventory.limit
● NonNegativeInt
scalar
The maximum number of items available within an inventory. If not provided, the inventory is unlimited. Optional.
RegistrationTypeInventory.remaining
● Int
scalar
The number of inventory items remaining. Only applicable if there is a limit in place. Optional.
Note: in some instances, the remaining inventory may be negative, indicating that the inventory has been over-allocated.
Member Of
RegistrationType
object