EntryComplaintErrorError

data class EntryComplaintErrorError(code: Int?, info: JsonObject?)

Parameters

code
info

Constructors

Link copied to clipboard
fun EntryComplaintErrorError(code: Int? = null, info: JsonObject? = null)

Properties

Link copied to clipboard
val code: Int? = null
Link copied to clipboard
val info: JsonObject? = null