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

    Indicates whether the person is a director of the associated legal entity.

    executive?: boolean

    Indicates whether the person is an executive of the associated legal entity.

    legal_guardian?: boolean

    Indicates whether the person is a legal guardian of the associated legal entity.

    owner?: boolean

    Indicates whether the person is an owner of the associated legal entity.

    percent_ownership?: string

    The percentage of ownership the person has in the associated legal entity.

    representative?: boolean

    Indicates whether the person is a representative of the associated legal entity.

    title?: string

    The title or position the person holds in the associated legal entity.