OBJECT
type OfferingPriceTemplate {offeringPriceTemplateId: Int offeringPriceTemplateRuleTypeId: Int schoolId: Int name: String isVisible: Boolean isTiered: Boolean start: DateTime end: DateTime carryOverOfferingPriceTemplateId: Int allowExpiredBookings: Boolean created: DateTime modified: DateTime parentOfferingPriceTemplateId: Int offeringPrices: [OfferingPrice] finalCarryOverOfferingPriceTemplate: OfferingPriceTemplate }