All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.paysera.lib.inrento.entities.account.PSAccount.kt Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.paysera.lib.inrento.entities.account

import com.google.gson.annotations.SerializedName

data class PSAccount(
    @SerializedName("user_id") val id: Int,
    val accountType: PSAccountType,
    val email: String,
    val name: String,
    val surname: String,
    val companyName: String? = null,
    val invitedUsersCount: Int,
    @SerializedName("verified") val isVerified: Boolean,
    val showBeforeInvestQuestionnaire: Boolean,
    val showRiskAgreement: Boolean
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy