LegalEntity |
LegalEntity.addDocumentDetailsItem(DocumentReference documentDetailsItem) |
|
LegalEntity |
LegalEntity.addDocumentsItem(EntityReference documentsItem) |
|
LegalEntity |
LegalEntity.addEntityAssociationsItem(LegalEntityAssociation entityAssociationsItem) |
|
LegalEntity |
LegalEntity.addProblemsItem(CapabilityProblem problemsItem) |
|
LegalEntity |
LegalEntity.addTransferInstrumentsItem(TransferInstrumentReference transferInstrumentsItem) |
|
LegalEntity |
LegalEntity.addVerificationDeadlinesItem(VerificationDeadline verificationDeadlinesItem) |
|
LegalEntity |
LegalEntity.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.
|
LegalEntity |
LegalEntity.documentDetails(List<DocumentReference> documentDetails) |
List of documents uploaded for the legal entity.
|
LegalEntity |
LegalEntity.documents(List<EntityReference> documents) |
Deprecated.
|
LegalEntity |
LegalEntity.entityAssociations(List<LegalEntityAssociation> entityAssociations) |
List of legal entities associated with the current legal entity.
|
static LegalEntity |
LegalEntity.fromJson(String jsonString) |
Create an instance of LegalEntity given an JSON string
|
LegalEntity |
LegalEntity.id(String id) |
The unique identifier of the legal entity.
|
LegalEntity |
LegalEntity.individual(Individual individual) |
individual
|
LegalEntity |
LegalEntity.organization(Organization organization) |
organization
|
LegalEntity |
LegalEntity.problems(List<CapabilityProblem> problems) |
List of verification errors related to capabilities for the legal entity.
|
LegalEntity |
LegalEntity.putCapabilitiesItem(String key,
LegalEntityCapability capabilitiesItem) |
|
LegalEntity |
LegalEntity.reference(String reference) |
Your reference for the legal entity, maximum 150 characters.
|
LegalEntity |
LegalEntity.soleProprietorship(SoleProprietorship soleProprietorship) |
soleProprietorship
|
LegalEntity |
LegalEntity.transferInstruments(List<TransferInstrumentReference> transferInstruments) |
List of transfer instruments that the legal entity owns.
|
LegalEntity |
LegalEntity.trust(Trust trust) |
trust
|
LegalEntity |
LegalEntity.type(LegalEntity.TypeEnum type) |
The type of legal entity.
|
LegalEntity |
LegalEntity.unincorporatedPartnership(UnincorporatedPartnership unincorporatedPartnership) |
unincorporatedPartnership
|
LegalEntity |
LegalEntity.verificationDeadlines(List<VerificationDeadline> verificationDeadlines) |
List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.
|
LegalEntity |
LegalEntity.verificationPlan(String verificationPlan) |
A key-value pair that specifies the verification process for a legal entity.
|