Check
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
Get array with mapping which property is object and what type of object.
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
Get array with read only properties - not used in response To be overridden in child class if has any read-only properties.
Details
in
Dto at line 15
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.
in
Dto at line 25
array
GetDependsObjects()
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
in
Dto at line 35
array
GetReadOnlyProperties()
Get array with read only properties - not used in response To be overridden in child class if has any read-only properties.