Mayson Monorepo Documentation
    Preparing search index...
    interface RelatedPerson {
        account: string;
        person: string;
    }
    Index

    Properties

    Properties

    account: string

    A token representing a connected account. If provided, the person parameter is also required and must be associated with the account.

    person: string

    A token referencing a Person resource that this verification is being used to verify.