class Check extends Dto (View source)

Properties

string $CheckId

The unique identifier of the verification check.

string $Type

Type of verification check performed:

BUSINESS_VERIFICATION - Verification of the business entity of a Legal User.

IDENTITY_DOCUMENT_VERIFICATION - Verification of the identity document of a Natural User or the legal representative of a Legal User.

PERSONS_SIGNIFICANT_CONTROL - Verification of a person of significant control of a Legal User.

string $CheckStatus

Returned values: VALIDATED, REFUSED, REVIEW

int $CreationDate

The date and time at which the check was created.

int $LastUpdate

The date and time at which the check was last updated.

CheckData[] $Data

The data points collected and verified during the check.

Methods

array
GetSubObjects()

Get array with mapping which property is object and what type of object.

from  Dto
array
GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

from  Dto
array
GetReadOnlyProperties()

Get array with read only properties - not used in response To be overridden in child class if has any read-only properties.

from  Dto

Details

array GetSubObjects()

Get array with mapping which property is object and what type of object.

To be overridden in child class if has any sub objects.

Return Value

array

array GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

Return Value

array

array GetReadOnlyProperties()

Get array with read only properties - not used in response To be overridden in child class if has any read-only properties.

Return Value

array