Variable GetCustomerInvoiceInvoiceLineSectionsResponseSchemaConst
GetCustomerInvoiceInvoiceLineSectionsResponseSchema: Struct<
{
has_more: typeof Boolean$;
items: Array$<
Struct<
{
created_at: typeof String$;
description: NullOr<typeof String$>;
id: typeof Number$;
rank: typeof Number$;
title: NullOr<typeof String$>;
updated_at: typeof String$;
},
>,
>;
next_cursor: optional<Union<[typeof String$, typeof Null]>>;
},
> = ...
Response schema for listing invoice line sections of a customer invoice.