SubBlock
Defines the sub-block for a hotel.
type SubBlock {
id: ID!
name: String!
uniqueCode: String
}
Fields
SubBlock.id ● ID! non-null scalar
The identifier of the sub block.
SubBlock.name ● String! non-null scalar
A UTF-8 string representing the name of the sub block.
SubBlock.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the sub block. Optional.
The value must be unique across all sub blocks for an event.
Member Of
HotelInventoryByDate object