Name | Type | Description | Notes |
---|---|---|---|
id | string | Id of the object | [optional] |
created_at | \DateTime | Created date of the object | [optional] |
updated_at | \DateTime | Updated date of the object | [optional] |
first_name | string | Firstname to check on document | [optional] |
birth_name | string | Birth name to check on document | [optional] |
last_name | string | Lastname to check on document | [optional] |
iban | string | Iban to check on document | [optional] |
company_name | string | Company name to check on document | [optional] |
document_type | string | Type of document | [optional] |
company | string | Company creator of the object | [optional] |
creator | string | Creator of the object | [optional] |
extracted_iban | string | Extracted iban on the document | [optional] |
first_name_valid | bool | Defines if one firstname sent in the input is valid | [optional] |
birth_name_valid | bool | Defines if birth name sent in the input is valid | [optional] |
last_name_valid | bool | Defines if lastname sent in the input is valid | [optional] |
company_name_valid | bool | Defines if company name sent in the input is valid | [optional] |
iban_valid | bool | Defines if iban sent in the input is valid | [optional] |