PriceBreakdown

GraphQL schema definition

  • type PriceBreakdown {
  • start: Date!
  • end: Date!
  • price: Price!
  • effectiveDate: : Date! // deprecated from 2018-02-28 Incorrect date format.
  • expireDate: : Date! // deprecated from 2018-02-28 Incorrect date format.
  • }

Fields