OBJECT
type StudentQuoteOptionPaymentPlanRateSnapshot {studentQuoteOptionPaymentPlanRateSnapshotId: Int studentQuoteId: Int fromCurrencyId: Int toCurrencyId: Int rate: Float created: DateTime modified: DateTime studentQuote: StudentQuote fromCurrency: Currency toCurrency: Currency }