Get Student Result
data class GetStudentResult(val budget: AmountResponse, val effectiveDate: String, val email: String, val expirationDate: String, val firstName: String, val id: String, val lastName: String, val name: String, val role: String, val status: String, val subscriptionAlias: String? = null, val subscriptionId: String, val subscriptionInviteLastSentDate: String? = null, val systemData: SystemDataResponse, val type: String)
Student details.
Constructors
Link copied to clipboard
fun GetStudentResult(budget: AmountResponse, effectiveDate: String, email: String, expirationDate: String, firstName: String, id: String, lastName: String, name: String, role: String, status: String, subscriptionAlias: String? = null, subscriptionId: String, subscriptionInviteLastSentDate: String? = null, systemData: SystemDataResponse, type: String)