Class KycAmlaQuestion

Constructors

Properties

id: string

The unique ID of this question.

is_free_text: boolean

Indicator if this question allows free text answers.

max_answers: number

The maximum number of answers (including the free-text answer) that are allowed.

min_answers: number

The minumum number of answers (including the free-text answer) that are required.

possible_answers: string[]

A list of available answers that the user can choose from.

question: string

The question the user has to answer.

Methods

  • Returns void

    • Return copy of self without private attributes.

    Returns Object

  • Return stringified version of self.

    Returns string