Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 986 Bytes

TravelRuleValidateLegalPersonNameIdentifier.md

File metadata and controls

24 lines (11 loc) · 986 Bytes

TravelRuleValidateLegalPersonNameIdentifier

Properties

Name Type Description Notes
legalPersonName string Name by which the legal person is known. [optional] [default to undefined]
legalPersonNameIdentifierType string 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. [optional] [default to undefined]

Enum: TravelRuleValidateLegalPersonNameIdentifierLegalPersonNameIdentifierTypeEnum

  • Registered (value: 'REGISTERED')

  • Trade (value: 'TRADE')

  • Other (value: 'OTHER')

[Back to top] [Back to API list] [Back to Model list] [Back to README]