Variable GetCustomerInvoiceAppendicesResponseSchemaConst
GetCustomerInvoiceAppendicesResponseSchema: Struct<
{
has_more: typeof Boolean$;
items: Array$<
Struct<
{
created_at: typeof String$;
filename: typeof String$;
id: typeof Number$;
updated_at: typeof String$;
url: typeof String$;
},
>,
>;
next_cursor: optional<Union<[typeof String$, typeof Null]>>;
},
> = ...
Response schema for listing appendices of a customer invoice.