OBJECT

CombinedDurationPricingSettings

link GraphQL Schema definition

  • type CombinedDurationPricingSettings {
  • # If this field is true, then the school company does offer combined duration
  • # pricing.
  • isEnabled: Boolean
  • # If this field is true, then all student nationalities are eligible to receive
  • # combined duration pricing.
  • isEligibleAllStudentNationalities: Boolean
  • # The list of student nationalities that are eligible to receive combined duration
  • # pricing.
  • eligibleStudentNationalityIds: [Int]
  • }