Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 2.98 KB

File metadata and controls

32 lines (25 loc) · 2.98 KB

LegalEntity

Properties

Name Type Description Notes
id kotlin.String The unique identifier of the legal entity. [readonly]
capabilities kotlin.collections.Map<kotlin.String, LegalEntityCapability> Contains key-value pairs that specify the actions that the legal entity can do in your platform.The key is a capability required for your integration. For example, issueCard for Issuing.The value is an object containing the settings for the capability. [optional] [readonly]
documentDetails kotlin.collections.List<DocumentReference> List of documents uploaded for the legal entity. [optional]
documents kotlin.collections.List<EntityReference> List of documents uploaded for the legal entity. [optional]
entityAssociations kotlin.collections.List<LegalEntityAssociation> List of legal entities associated with the current legal entity. For example, ultimate beneficial owners associated with an organization through ownership or control, or as signatories. [optional]
individual Individual [optional]
organization Organization [optional]
problems kotlin.collections.List<CapabilityProblem> List of verification errors related to capabilities for the legal entity. [optional]
reference kotlin.String Your reference for the legal entity, maximum 150 characters. [optional]
soleProprietorship SoleProprietorship [optional]
transferInstruments kotlin.collections.List<TransferInstrumentReference> List of transfer instruments that the legal entity owns. [optional] [readonly]
trust Trust [optional]
type inline The type of legal entity. Possible values: individual, organization, soleProprietorship, or trust. [optional]
unincorporatedPartnership UnincorporatedPartnership [optional]
verificationDeadlines kotlin.collections.List<VerificationDeadline> List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved. [optional] [readonly]
verificationPlan kotlin.String A key-value pair that specifies the verification process for a legal entity. Set to upfront for upfront verification. [optional]

Enum: type

Name Value
type individual, organization, soleProprietorship, trust, unincorporatedPartnership