OrganizationBuilder class

Constructors

OrganizationBuilder()

Properties

countryOfGoverningLaw String?
getter/setter pair
dateOfIncorporation String?
getter/setter pair
dateOfInitiationOfLegalProceeding String?
getter/setter pair
description String?
getter/setter pair
doingBusinessAs String?
getter/setter pair
doingBusinessAsAbsent bool?
getter/setter pair
economicSector String?
getter/setter pair
email String?
getter/setter pair
financialReports ↔ ListBuilder<FinancialReport>
getter/setter pair
globalLegalEntityIdentifier String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headOfficeIndicator bool?
getter/setter pair
institutionalSector OrganizationInstitutionalSectorEnum?
getter/setter pair
legalForm String?
getter/setter pair
legalName String?
getter/setter pair
phone PhoneNumberBuilder
getter/setter pair
principalPlaceOfBusiness AddressBuilder
getter/setter pair
registeredAddress AddressBuilder
getter/setter pair
registrationNumber String?
getter/setter pair
registrationNumberAbsent bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusOfLegalProceeding OrganizationStatusOfLegalProceedingEnum?
getter/setter pair
stockData StockDataBuilder
getter/setter pair
support SupportBuilder
getter/setter pair
taxInformation ↔ ListBuilder<TaxInformation>
getter/setter pair
taxReportingClassification TaxReportingClassificationBuilder
getter/setter pair
type OrganizationTypeEnum?
getter/setter pair
vatAbsenceReason OrganizationVatAbsenceReasonEnum?
getter/setter pair
vatNumber String?
getter/setter pair
webData WebDataBuilder
getter/setter pair

Methods

build() Organization
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(Organization 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(OrganizationBuilder)?) → void
Applies updates.
override

Operators

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