Package com. kycdao. android. sdk. model
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class KYCErrorResponse( val reference_id: String?, val status_code: Int?, val internal: Boolean?, val error_code: String?)
Content copied to clipboard
Link copied to clipboard
data class MintingResult( val explorerURL: Uri?, val transactionId: String, val tokenId: String, val imageURL: String?)
Content copied to clipboard
Link copied to clipboard
data class NativeCurrency( val decimals: Int, val name: String, val symbol: String)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PaymentEstimation( val paymentAmount: BigInteger, val discountYears: UInt, val currency: NativeCurrency)
Content copied to clipboard
Link copied to clipboard
data class PersonalData(val email: String, val residency: String) : Serializable
Content copied to clipboard
Link copied to clipboard
data class PersonaSessionData( val referenceId: String, val inquiryId: String, val sessionToken: String?)
Content copied to clipboard
Link copied to clipboard
data class PriceEstimation( val paymentAmount: BigInteger, val gasFee: BigInteger, val currency: NativeCurrency)
Content copied to clipboard
Link copied to clipboard
data class SessionData( val id: String, val nonce: String, var user: User, val discountYears: Int?)
Content copied to clipboard
Link copied to clipboard
data class SmartContractConfig(val address: String, val paymentDiscountPercent: Int)
Content copied to clipboard
Link copied to clipboard
data class TokenImage( val id: String, val extId: String, val imageType: ImageType, url: String) : Serializable
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class VerificationRequest(val verificationType: VerificationType, val status: VerificationStatus)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard