INTERFACE
interface StudentQuoteOptionItemInterface {studentQuoteOptionItemId: Int! studentQuoteOptionId: Int studentQuoteOptionItemTypeId: Int! studentQuoteOptionItemType: StudentQuoteOptionItemType isAgencyItem: Boolean created: DateTime! modified: DateTime }