KycQuestion
question string
The text of the question.
answers string[]
The possible answers to the question.
KycQuestion
{
"question": "string",
"answers": [
"string"
]
}
The text of the question.
The possible answers to the question.
{
"question": "string",
"answers": [
"string"
]
}