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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "notificationSettings")
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard