HotelXSupplierInput
Supplier object. Contains its own settings, code and access.
input HotelXSupplierInput {
settings: SettingsBaseInput
code: String!
accesses: [HotelXAccessInput!]
}
Fields
HotelXSupplierInput.settings
● SettingsBaseInput
input
You can configure an special settings for any supplier. This level overwrites the avail settings level but not the access settings level.
HotelXSupplierInput.code
● String!
non-null scalar
Code that represents a supplier in our system. This information is mandatory.
HotelXSupplierInput.accesses
● [HotelXAccessInput!]
list input
Array of accesses that can overwrite an existing access information or include a new access for this avail.
Member Of
HotelSettingsInput
input