BookableOptionSearch
No description
interface BookableOptionSearch {
supplierCode: String!
accessCode: String!
id: String!
}
Fields
BookableOptionSearch.supplierCode ● String! non-null scalar
Supplier that offers this option.
BookableOptionSearch.accessCode ● String! non-null scalar
Access code of this option.
BookableOptionSearch.id ● String! non-null scalar
Indicates the id to be used on Quote as key
Implemented By
HotelOptionSearch object