Pennylane API Client
    Preparing search index...

    Variable GetCustomerInvoiceCategoriesResponseSchemaConst

    GetCustomerInvoiceCategoriesResponseSchema: Struct<
        {
            has_more: typeof Boolean$;
            items: Array$<
                Struct<
                    {
                        analytical_code: NullOr<typeof String$>;
                        category_group: Struct<{ id: typeof Number$ }>;
                        created_at: typeof String$;
                        id: typeof Number$;
                        label: typeof String$;
                        updated_at: typeof String$;
                        weight: typeof String$;
                    },
                >,
            >;
            next_cursor: optional<Union<[typeof String$, typeof Null]>>;
        },
    > = ...

    Response schema for listing categories of a customer invoice.