Promotion
Information about room promotions(offers).
type Promotion {
code: String!
name: String
supplierCode: String!
effectiveDate: Date @deprecated
expireDate: Date @deprecated
start: Date
end: Date
}
Fields
Promotion.code
● String!
non-null scalar
Specifies the promotion code.
Promotion.name
● String
scalar
Specifies the promotion name.
Promotion.supplierCode
● String!
non-null scalar
Specifies the supplier s promotion code.
Promotion.effectiveDate
● Date
deprecated scalar
DEPRECATED
deprecated from 2018-02-28. Incorrect date format.
Promotion effective date.
Promotion.expireDate
● Date
deprecated scalar
DEPRECATED
deprecated from 2018-02-28. Incorrect date format.
Promotion expire date.
Promotion.start
● Date
scalar
Promotion effective date. Format: YYYY-MM-DD
Promotion.end
● Date
scalar
Promotion expire date. Format: YYYY-MM-DD
Member Of
Room
object