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

    Properties

    authorizer?: boolean

    Whether the individual is an authorizer of the Account's identity.

    director?: boolean

    Whether the individual is a director of the Account's identity. Directors are typically members of the governing board of the company or are responsible for making sure that the company meets its regulatory obligations.

    executive?: boolean

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

    legal_guardian?: boolean

    Whether the individual is the legal guardian of the Account's representative.

    owner?: boolean

    Whether the individual is an owner of the Account's identity.

    percent_ownership?: string

    The percentage of the Account's identity that the individual owns.

    representative?: boolean

    Whether the individual is authorized as the primary representative of the Account. This is the person nominated by the business to provide information about themselves, and general information about the account. There can only be one representative at any given time. At the time the account is created, this person should be set to the person responsible for opening the account.

    title?: string

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