SignatoryStatus: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=Signatory status enumeration}} This enum indicates the Signatory status for a person that is undergoing a KYC process for a company. = API usage = Thi...") |
|||
Line 12: | Line 12: | ||
{{api_enum_table_header}} | {{api_enum_table_header}} | ||
|- | |- | ||
| None || 0 || The person cannot sign anything | | None || 0 || The person cannot sign anything | ||
'''Note:''' this is not applicable in Hungary, because of law regulations | |||
|- | |- | ||
| Alone || 10 || The person can sign alone | | Alone || 10 || The person can sign alone |
Latest revision as of 07:52, 3 July 2017
Signatory status enumeration
This enum indicates the Signatory status for a person that is undergoing a KYC process for a company.
API usage
This enum is used by the following API endpoints:
Enum list
Enum value | Byte / int value | Description |
---|---|---|
None | 0 | The person cannot sign anything
Note: this is not applicable in Hungary, because of law regulations |
Alone | 10 | The person can sign alone |
WithAnyone | 20 | The person can sign together with any other person with the same representation mode |
WithSpecified | 30 | The person can only sign together with a specified other person |
IsMandatory | 40 | The person must be present at any signing |