Record
shareholder-contact
No description available.
record shareholder-contact {
address: option<vias-address>,
email: option<string>,
full-phone-number: option<string>,
job-title: option<string>,
name: option<vias-name>,
personal-data: option<vias-personal-data>,
phone-number: option<vias-phone-number>,
shareholder-code: option<string>,
shareholder-type: option<shareholder-contact-shareholder-type-enum>,
web-address: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<vias-address> | |
| option<string> | ||
| full-phone-number | option<string> | |
| job-title | option<string> | |
| name | option<vias-name> | |
| personal-data | option<vias-personal-data> | |
| phone-number | option<vias-phone-number> | |
| shareholder-code | option<string> | |
| shareholder-type | option<shareholder-contact-shareholder-type-enum> | |
| web-address | option<string> |