Documentation class
Organization Documentation. From the stellar.toml DOCUMENTATION table. See Stellar Toml
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- orgDBA ↔ String
-
(may not apply) DBA of the organization.
read / write
- orgDescription ↔ String
-
Short description of the organization.
read / write
- orgGithub ↔ String
-
The organization's Github account
read / write
- orgKeybase ↔ String
-
A Keybase account name for the organization. Should contain proof of ownership of any public online accounts you list here, including the organization's domain.
read / write
- orgLicenseNumber ↔ String
-
Official license number of the organization, if applicable.
read / write
- orgLicenseType ↔ String
-
Type of financial or other license the organization holds, if applicable.
read / write
- orgLicensingAuthority ↔ String
-
Name of the authority or agency that licensed the organization, if applicable.
read / write
- orgLogo ↔ String
-
An Url to a PNG image of the organization's logo on a transparent background.
read / write
- orgName ↔ String
-
Legal name of the organization.
read / write
- orgOfficialEmail ↔ String
-
An email where clients can contact the organization. Must be hosted at the orgUrl domain.
read / write
- orgPhoneNumber ↔ String
-
The organization's phone number in E.164 format, e.g. +14155552671.
read / write
- orgPhoneNumberAttestation ↔ String
-
URL on the same domain as the orgUrl that contains an image or pdf of a phone bill showing both the phone number and the organization's name.
read / write
- orgPhysicalAddress ↔ String
-
Physical address for the organization.
read / write
- orgPhysicalAddressAttestation ↔ String
-
URL on the same domain as the orgUrl that contains an image or pdf official document attesting to the physical address. It must list the orgName or orgDBA as the party at the address. Only documents from an official third party are acceptable. E.g. a utility bill, mail from a financial institution, or business license.
read / write
- orgTwitter ↔ String
-
The organization's Twitter account.
read / write
- orgUrl ↔ String
-
The organization's official URL. The stellar.toml must be hosted on the same domain.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited