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

    Properties

    authorizer?: boolean

    A filter on the list of people returned based on whether these people are authorizers of the account's representative.

    director?: boolean

    A filter on the list of people returned based on whether these people are directors of the account's company.

    executive?: boolean

    A filter on the list of people returned based on whether these people are executives of the account's company.

    legal_guardian?: boolean

    A filter on the list of people returned based on whether these people are legal guardians of the account's representative.

    owner?: boolean

    A filter on the list of people returned based on whether these people are owners of the account's company.

    representative?: boolean

    A filter on the list of people returned based on whether these people are the representative of the account's company.