OBJECT
type Promotion {promotionId: Int schoolId: Int agencyId: Int name: String isEnabled: Int beginBookingExpiry: DateTime endBookingExpiry: DateTime beginStartDateExpiry: DateTime endStartDateExpiry: DateTime minAge: Int maxAge: Int isEligibleAllStudentNationalities: Boolean isEligibleAllAgencies: Boolean isEligibleByAgencyLocation: Boolean currencyId: Int internalNotes: String promotionApplicableTypeId: Int created: DateTime modified: DateTime eligibleStudentCurrentLocationType: StudentCurrentLocationTypeEnum hasBonusCommission: Boolean hasDurationExtension: Boolean }