Pennylane API Client
    Preparing search index...

    Variable GetCustomerInvoiceCustomHeaderFieldsResponseSchemaConst

    GetCustomerInvoiceCustomHeaderFieldsResponseSchema: Struct<
        {
            has_more: typeof Boolean$;
            items: Array$<
                Struct<
                    {
                        created_at: typeof String$;
                        id: typeof Number$;
                        rank: typeof Number$;
                        title: typeof String$;
                        updated_at: typeof String$;
                        value: NullOr<typeof String$>;
                    },
                >,
            >;
            next_cursor: optional<Union<[typeof String$, typeof Null]>>;
        },
    > = ...

    Response schema for listing custom header fields of a customer invoice.