OBJECT
StudentQuoteOption
link GraphQL Schema definition
- type StudentQuoteOption {
- : Int
- : Int
- : String
- : Boolean
- : Float
- : Int
- : String
- : Int
- : DateTime
- : DateTime
- : Currency
- : [StudentQuoteOptionItem]
- # Items within the student Quote Option containing Courses, Accommodations,
- # Services, Fees, & Promotions.
- : [StudentQuoteOptionItemDepricated] @deprecated( reason: "studentQuoteOptionItems are now union types of the item types" )
- : [File]
- : [StudentQuoteOptionPaymentPlan]
- : [CurrencyAmount]
- : StudentQuoteOptionDeposit
- }