Name | Type | Description | Notes |
---|---|---|---|
type | inline | The type of legal entity. Possible values: individual, organization, soleProprietorship, or trust. | |
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] |
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] | |
reference | kotlin.String | Your reference for the legal entity, maximum 150 characters. | [optional] |
soleProprietorship | SoleProprietorship | [optional] | |
trust | Trust | [optional] | |
unincorporatedPartnership | UnincorporatedPartnership | [optional] | |
verificationPlan | kotlin.String | A key-value pair that specifies the verification process for a legal entity. Set to upfront for upfront verification. | [optional] |
Name | Value |
---|---|
type | individual, organization, soleProprietorship, trust, unincorporatedPartnership |