LegalEntityBuilder class

Constructors

LegalEntityBuilder()

Properties

capabilities ↔ MapBuilder<String, LegalEntityCapability>
getter/setter pair
documentDetails ↔ ListBuilder<DocumentReference>
getter/setter pair
documents ↔ ListBuilder<EntityReference>
getter/setter pair
entityAssociations ↔ ListBuilder<LegalEntityAssociation>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
individual IndividualBuilder
getter/setter pair
organization OrganizationBuilder
getter/setter pair
problems ↔ ListBuilder<CapabilityProblem>
getter/setter pair
reference String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
soleProprietorship SoleProprietorshipBuilder
getter/setter pair
transferInstruments ↔ ListBuilder<TransferInstrumentReference>
getter/setter pair
trust TrustBuilder
getter/setter pair
type LegalEntityTypeEnum?
getter/setter pair
unincorporatedPartnership UnincorporatedPartnershipBuilder
getter/setter pair
verificationDeadlines ↔ ListBuilder<VerificationDeadline>
getter/setter pair
verificationPlan String?
getter/setter pair

Methods

build() LegalEntity
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(LegalEntity other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(LegalEntityBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited