KYCErrorResponse

data class KYCErrorResponse(    val reference_id: String?,     val status_code: Int?,     val internal: Boolean?,     val error_code: String?)

Constructors

Link copied to clipboard
fun KYCErrorResponse(    reference_id: String?,     status_code: Int?,     internal: Boolean?,     error_code: String?)

Properties

Link copied to clipboard
val error_code: String?
Link copied to clipboard
val internal: Boolean?
Link copied to clipboard
val reference_id: String?
Link copied to clipboard
val status_code: Int?