Variable CategorizeCustomerInvoiceResponseSchemaConst
CategorizeCustomerInvoiceResponseSchema: 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$;
},
>,
> = ...
Response schema for categorizing a customer invoice.