Promotion
Information about room promotions(offers).
type Promotion {
  code: String!
  name: String
  supplierCode: String!
  effectiveDate: Date
  expireDate: Date
  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 scalar
Promotion effective date.
Promotion.expireDate ● Date scalar
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 ● RoomOptionQuote  object