LegalEntityInfo |
LegalEntityInfo.addEntityAssociationsItem(LegalEntityAssociation entityAssociationsItem) |
|
LegalEntityInfo |
LegalEntityInfo.capabilities(Map<String,LegalEntityCapability> capabilities) |
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.
|
LegalEntityInfo |
LegalEntityInfo.entityAssociations(List<LegalEntityAssociation> entityAssociations) |
List of legal entities associated with the current legal entity.
|
static LegalEntityInfo |
LegalEntityInfo.fromJson(String jsonString) |
Create an instance of LegalEntityInfo given an JSON string
|
LegalEntityInfo |
LegalEntityInfo.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
LegalEntityInfo |
LegalEntityInfo.individual(Individual individual) |
individual
|
LegalEntityInfo |
LegalEntityInfo.organization(Organization organization) |
organization
|
LegalEntityInfo |
LegalEntityInfo.putCapabilitiesItem(String key,
LegalEntityCapability capabilitiesItem) |
|
LegalEntityInfo |
LegalEntityInfo.reference(String reference) |
Your reference for the legal entity, maximum 150 characters.
|
LegalEntityInfo |
LegalEntityInfo.soleProprietorship(SoleProprietorship soleProprietorship) |
soleProprietorship
|
LegalEntityInfo |
LegalEntityInfo.trust(Trust trust) |
trust
|
LegalEntityInfo |
LegalEntityInfo.type(LegalEntityInfo.TypeEnum type) |
The type of legal entity.
|
LegalEntityInfo |
LegalEntityInfo.unincorporatedPartnership(UnincorporatedPartnership unincorporatedPartnership) |
unincorporatedPartnership
|
LegalEntityInfo |
LegalEntityInfo.verificationPlan(String verificationPlan) |
A key-value pair that specifies the verification process for a legal entity.
|