Documentation

data class Documentation(val orgName: String? = null, val orgDba: String? = null, val orgUrl: String? = null, val orgLogo: String? = null, val orgDescription: String? = null, val orgPhysicalAddress: String? = null, val orgPhysicalAddressAttestation: String? = null, val orgPhoneNumber: String? = null, val orgPhoneNumberAttestation: String? = null, val orgKeybase: String? = null, val orgTwitter: String? = null, val orgGithub: String? = null, val orgOfficialEmail: String? = null, val orgSupportEmail: String? = null, val orgLicensingAuthority: String? = null, val orgLicenseType: String? = null, val orgLicenseNumber: String? = null)

Organization documentation from the stellar.toml DOCUMENTATION section.

Contains identifying information about the organization publishing the stellar.toml file, including legal name, contact details, and verification attestations.

See SEP-0001 Specification

Constructors

Link copied to clipboard
constructor(orgName: String? = null, orgDba: String? = null, orgUrl: String? = null, orgLogo: String? = null, orgDescription: String? = null, orgPhysicalAddress: String? = null, orgPhysicalAddressAttestation: String? = null, orgPhoneNumber: String? = null, orgPhoneNumberAttestation: String? = null, orgKeybase: String? = null, orgTwitter: String? = null, orgGithub: String? = null, orgOfficialEmail: String? = null, orgSupportEmail: String? = null, orgLicensingAuthority: String? = null, orgLicenseType: String? = null, orgLicenseNumber: String? = null)

Properties

Link copied to clipboard

(May not apply) DBA of the organization.

Link copied to clipboard

Short description of the organization.

Link copied to clipboard

The organization's Github account.

Link copied to clipboard

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.

Link copied to clipboard

Official license number of the organization, if applicable.

Link copied to clipboard

Type of financial or other license the organization holds, if applicable.

Link copied to clipboard

Name of the authority or agency that licensed the organization, if applicable.

Link copied to clipboard

A URL to a PNG image of the organization's logo on a transparent background.

Link copied to clipboard

Legal name of the organization.

Link copied to clipboard

An email where clients can contact the organization. Must be hosted at the orgUrl domain.

Link copied to clipboard

The organization's phone number in E.164 format, e.g. +14155552671.

Link copied to clipboard

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.

Link copied to clipboard

Physical address for the organization.

Link copied to clipboard

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.

Link copied to clipboard

An email that users can use to request support regarding the organization's Stellar assets or applications.

Link copied to clipboard

The organization's Twitter account.

Link copied to clipboard

The organization's official URL. The stellar.toml must be hosted on the same domain.