OBJECT

SchoolSignupPrices

link GraphQL Schema definition

  • type SchoolSignupPrices {
  • schoolSignupPriceTemplateId: Int
  • templateCode: String
  • schoolCompanyType: String
  • schoolCompanyBillingCycle: String
  • agencyConnectionSubcriptionPrice: SchoolServicePrice
  • addittionalCampusPrice: SchoolServicePrice
  • priceManagementSupportPrice: SchoolServicePrice
  • setupFeePrice: SchoolServicePrice
  • trialDays: Int
  • subscriptionPriceAmount: Float @deprecated( reason: "This field will no longer be used. Please use `agencyConnectionSubcriptionPrice` instead" )
  • addittionalCampusPriceAmount: Float @deprecated( reason: "This field will no longer be used. Please use `addittionalCampusPrice` instead" )
  • priceManagementSupportPriceAmount: Float @deprecated( reason: "This field will no longer be used. Please use `priceManagementSupportPrice` instead" )
  • setupFeePriceAmount: Float @deprecated( reason: "This field will no longer be used. Please use `setupFeePrice` instead" )
  • coupon: Coupon
  • }