export default class FinancialAid { constructor(obj) { this.awardSummary = obj.sfaGetStudentAwardsResp.studentAwardSummary; this.lov = obj.sfaGetStudentAwardsResp.lov; } }