RatePlan
Information about the rate of the option returned.
type RatePlan {
  code: String!
  supplierCode: String!
  name: String
  effectiveDate: Date
  expireDate: Date
  start: Date
  end: Date
}
Fields
RatePlan.code ● String! non-null scalar
Specifies the rate code.
RatePlan.supplierCode ● String! non-null scalar
Supplier s rate code.
RatePlan.name ● String scalar
Specifies the rate name.
RatePlan.effectiveDate ● Date scalar
Start date in which the rate becomes effective.
RatePlan.expireDate ● Date scalar
Expire date of the rate.
RatePlan.start ● Date scalar
Start date in which the rate becomes effective. Format: YYYY-MM-DD
RatePlan.end ● Date scalar
Expire date of the rate. Format: YYYY-MM-DD
Member Of
Room  object ● RoomOptionQuote  object