KYCError Response
data class KYCErrorResponse( val reference_id: String?, val status_code: Int?, val internal: Boolean?, val error_code: String?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun KYCErrorResponse( reference_id: String?, status_code: Int?, internal: Boolean?, error_code: String?)
Content copied to clipboard