Skip to main content

RatePlan

Information about the rate of the option returned.

type RatePlan {
code: String!
supplierCode: String!
name: String
effectiveDate: Date @deprecated
expireDate: Date @deprecated
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 deprecated scalar

DEPRECATED

deprecated from 2018-02-28. Incorrect date format.

Start date in which the rate becomes effective.

RatePlan.expireDate ● Date deprecated scalar

DEPRECATED

deprecated from 2018-02-28. Incorrect date format.

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