NSDAUser

data class NSDAUser(val fullName: String, val memberId: Int, val meritPoints: Int, val pointsToNextDegree: Int, val lastPointsDate: String)

Represents a user connected to a NSDA account.

Constructors

Link copied to clipboard
constructor(fullName: String, memberId: Int, meritPoints: Int, pointsToNextDegree: Int, lastPointsDate: String)

Properties

Link copied to clipboard

The user's full name.

Link copied to clipboard

The date of the last points update.

Link copied to clipboard

The user's NSDA ID.

Link copied to clipboard

The amount of merit points this user has.

Link copied to clipboard

The amount of merit points this user has to earn to get to the next degree.