You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UserOrderGetters > getOrdersTotal

UserOrderGetters.getOrdersTotal property

Signature:

getOrdersTotal: (orders: {
        offset: number;
        count: number;
        total: number;
        results: Array<ORDER>;
    }) => number;