UserResponseDto

data class UserResponseDto(val email: String? = null, val receiptAccountEmail: String? = null, val receiptCounts: UserResponseDtoReceiptCounts? = null, val emailCounts: UserResponseDtoEmailCounts? = null, val folders: List<SimplifiedFolderDto>? = null, val notificationSettings: UserResponseDtoNotificationSettings? = null, val locale: String? = null, val status: String? = null, val lastName: String? = null, val firstName: String? = null, val id: String? = null, val accessID: String? = null, val credentialType: String? = null, val nickname: String? = null, val alerts: List<AlertDto>? = null, val pilotAccess: UserResponseDtoPilotAccess? = null, val accessTokenExpiry: OffsetDateTime? = null, val refreshTokenExpiry: OffsetDateTime? = null)

Get account info for current user

Parameters

email
receiptAccountEmail
receiptCounts
emailCounts
folders
notificationSettings
locale
status
lastName
firstName
id
accessID
credentialType
nickname
alerts
pilotAccess
accessTokenExpiry
refreshTokenExpiry

Constructors

Link copied to clipboard
constructor(email: String? = null, receiptAccountEmail: String? = null, receiptCounts: UserResponseDtoReceiptCounts? = null, emailCounts: UserResponseDtoEmailCounts? = null, folders: List<SimplifiedFolderDto>? = null, notificationSettings: UserResponseDtoNotificationSettings? = null, locale: String? = null, status: String? = null, lastName: String? = null, firstName: String? = null, id: String? = null, accessID: String? = null, credentialType: String? = null, nickname: String? = null, alerts: List<AlertDto>? = null, pilotAccess: UserResponseDtoPilotAccess? = null, accessTokenExpiry: OffsetDateTime? = null, refreshTokenExpiry: OffsetDateTime? = null)

Properties

Link copied to clipboard
@SerializedName(value = "accessID")
val accessID: String? = null
Link copied to clipboard
@SerializedName(value = "accessTokenExpiry")
val accessTokenExpiry: OffsetDateTime? = null
Link copied to clipboard
@SerializedName(value = "alerts")
val alerts: List<AlertDto>? = null
Link copied to clipboard
@SerializedName(value = "credentialType")
val credentialType: String? = null
Link copied to clipboard
@SerializedName(value = "email")
val email: String? = null
Link copied to clipboard
@SerializedName(value = "emailCounts")
val emailCounts: UserResponseDtoEmailCounts? = null
Link copied to clipboard
@SerializedName(value = "firstName")
val firstName: String? = null
Link copied to clipboard
@SerializedName(value = "folders")
val folders: List<SimplifiedFolderDto>? = null
Link copied to clipboard
@SerializedName(value = "id")
val id: String? = null
Link copied to clipboard
@SerializedName(value = "lastName")
val lastName: String? = null
Link copied to clipboard
@SerializedName(value = "locale")
val locale: String? = null
Link copied to clipboard
@SerializedName(value = "nickname")
val nickname: String? = null
Link copied to clipboard
@SerializedName(value = "notificationSettings")
val notificationSettings: UserResponseDtoNotificationSettings? = null
Link copied to clipboard
@SerializedName(value = "pilotAccess")
val pilotAccess: UserResponseDtoPilotAccess? = null
Link copied to clipboard
@SerializedName(value = "receiptAccountEmail")
val receiptAccountEmail: String? = null
Link copied to clipboard
@SerializedName(value = "receiptCounts")
val receiptCounts: UserResponseDtoReceiptCounts? = null
Link copied to clipboard
@SerializedName(value = "refreshTokenExpiry")
val refreshTokenExpiry: OffsetDateTime? = null
Link copied to clipboard
@SerializedName(value = "status")
val status: String? = null