fireblocks-sdk 2026.3.28

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# TravelRuleValidateLegalPersonNameIdentifier

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**legal_person_name** | Option<**String**> | Name by which the legal person is known. | [optional]
**legal_person_name_identifier_type** | Option<**LegalPersonNameIdentifierType**> | Specifies the type of name for a legal person. Acceptable values are: - 'REGISTERED': The official registered name. - 'TRADE': A trading name or DBA (Doing Business As) name. - 'OTHER': Any other type of name. (enum: REGISTERED, TRADE, OTHER) | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)