# TRLinkUpdateCustomerRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**shortName** | **string** | Short display name (required) | [default to undefined]| |**discoverable** | [**TRLinkDiscoverableStatus**](TRLinkDiscoverableStatus.md) | | [optional] [default to undefined]| |**fullLegalName** | **string** | Full legal entity name | [optional] [default to undefined]| |**geographicAddress** | [**TRLinkGeographicAddressRequest**](TRLinkGeographicAddressRequest.md) | | [optional] [default to undefined]| |**countryOfRegistration** | **string** | ISO 3166-1 alpha-2 country code where the entity is registered | [optional] [default to undefined]| |**nationalIdentification** | **string** | National identification, sent as a JSON-encoded string. The server normalizes input into a compact JSON with these optional keys: `nationalIdentifier`, `nationalIdentifierType` (e.g. `LEIX` for an LEI), `countryOfIssue` (ISO 3166-1 alpha-2), `registrationAuthority`. If the input is not a JSON object, it is wrapped as `{\"nationalIdentifier\":\"<value>\"}`; if the value matches the LEI format, `nationalIdentifierType` is set to `LEIX` automatically and `countryOfIssue` defaults to this request\'s `countryOfRegistration` if not provided. The compacted JSON must be 240 characters or fewer. Omitting this field leaves the stored value unchanged; setting it to `null` clears it. On read, the value is returned exactly as stored. | [optional] [default to undefined]| |**dateOfIncorporation** | **string** | Date of entity incorporation (ISO 8601 format: YYYY-MM-DD) | [optional] [default to undefined]| |**vaults** | **Array<number>** | Associated Fireblocks vault account IDs | [optional] [default to undefined]| |**trPrimaryPurpose** | **string** | Primary Travel Rule role for this customer; determines how the customer\'s Travel Rule messages are routed. Valid values: `notabene`, `trlink`. Omit the field to leave the stored value unchanged. | [optional] [default to undefined]| [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)