UserResponseDto

fun UserResponseDto(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)

Parameters

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