Mayson Monorepo Documentation
    Preparing search index...

    Describes a snapshot of the owners of an account at a particular point in time.

    interface AccountOwnership {
        id: string;
        object: "financial_connections.account_ownership";
        created: number;
        owners: ApiList<AccountOwner>;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the object.

    object: "financial_connections.account_ownership"

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

    created: number

    Time at which the object was created. Measured in seconds since the Unix epoch.

    A paginated list of owners for this account.