InventoryLocality
Represents a locality within the inventory system.
type InventoryLocality {
id: Int!
name: String
countryCode: String
unLocode: String
}
Fields
InventoryLocality.id
● Int!
non-null scalar
Unique identifier for the locality.
InventoryLocality.name
● String
scalar
Name of the locality.
InventoryLocality.countryCode
● String
scalar
ISO 2-character country code associated with the locality.
InventoryLocality.unLocode
● String
scalar
UN/LOCODE associated with the locality.
Member Of
InventoryHotelMaster
object ● LocalitiesRs
object