Person
Jump to navigation
Jump to search
Person information
This structure represents information about a person, connected to an organization in some way.
Included in
This structure is used in the following structures:
Property list
| Property name | Property type | Description |
|---|---|---|
| FullName | string | Full name of the person |
| LastName | string | Last name of the person |
| FirstName | string | First name of the person |
| BirthDate | DateTime | Birth date of the person |
| MothersName | string | Full name of the mother of the person |
| MothersLastName | string | Last name of the mother of the person |
| MothersFirstName | string | First name of the mother of the person |
| TaxNumber | string | Tax / VAT number of the person |
| Address | AddressInfo | Address information |
| AddressString | string | Full address in textual format |
| ForeignAddress | AddressInfo | Foreign address information |
| ForeignAddressString | string | Full foreign address in textual format |