Mayson Monorepo Documentation
    Preparing search index...

    Describes an owner of an account.

    interface AccountOwner {
        id: string;
        object: "financial_connections.account_owner";
        email: string;
        name: string;
        ownership: string;
        phone: string;
        raw_address: string;
        refreshed_at: number;
    }
    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "financial_connections.account_owner"

    String representing the object's type. Objects of the same type share the same value.

    email: string

    The email address of the owner.

    name: string

    The full name of the owner.

    ownership: string

    The ownership object that this owner belongs to.

    phone: string

    The raw phone number of the owner.

    raw_address: string

    The raw physical address of the owner.

    refreshed_at: number

    The timestamp of the refresh that updated this owner.