Mayson Monorepo Documentation
    Preparing search index...
    interface Relationship {
        director?: boolean;
        executive?: boolean;
        owner?: boolean;
        percent_ownership?: string;
        title?: string;
    }
    Index

    Properties

    director?: boolean

    Whether the person is a director of the account's identity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.

    executive?: boolean

    Whether the person has significant responsibility to control, manage, or direct the organization.

    owner?: boolean

    Whether the person is an owner of the account's identity.

    percent_ownership?: string

    The percent owned by the person of the account's legal entity.

    title?: string

    The person's title (e.g., CEO, Support Engineer).