Documentation class

Organization Documentation. From the stellar.toml DOCUMENTATION table. See Stellar Toml

Constructors

Documentation()

Properties

hashCode int
The hash code for this object.
no setterinherited
orgDBA String?
(may not apply) DBA of the organization.
getter/setter pair
orgDescription String?
Short description of the organization.
getter/setter pair
orgGithub String?
The organization's Github account
getter/setter pair
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.
getter/setter pair
orgLicenseNumber String?
Official license number of the organization, if applicable.
getter/setter pair
orgLicenseType String?
Type of financial or other license the organization holds, if applicable.
getter/setter pair
orgLicensingAuthority String?
Name of the authority or agency that licensed the organization, if applicable.
getter/setter pair
An Url to a PNG image of the organization's logo on a transparent background.
getter/setter pair
orgName String?
Legal name of the organization.
getter/setter pair
orgOfficialEmail String?
An email where clients can contact the organization. Must be hosted at the orgUrl domain.
getter/setter pair
orgPhoneNumber String?
The organization's phone number in E.164 format, e.g. +14155552671.
getter/setter pair
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.
getter/setter pair
orgPhysicalAddress String?
Physical address for the organization.
getter/setter pair
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.
getter/setter pair
orgSupportEmail String?
An email that users can use to request support regarding the organizations Stellar assets or applications.
getter/setter pair
orgTwitter String?
The organization's Twitter account.
getter/setter pair
orgUrl String?
The organization's official URL. The stellar.toml must be hosted on the same domain.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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