Variable GetCustomerInvoiceMatchedTransactionsResponseSchemaConst
GetCustomerInvoiceMatchedTransactionsResponseSchema: Struct<
{
has_more: typeof Boolean$;
items: Array$<
Struct<
{
amount: typeof String$;
archived_at: NullOr<typeof String$>;
attachment_required: typeof Boolean$;
bank_account: Struct<{ id: typeof Number$; url: typeof String$ }>;
categories: 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$;
},
>,
>;
created_at: typeof String$;
currency: NullOr<typeof String$>;
currency_amount: typeof String$;
currency_fee: NullOr<typeof String$>;
customer: NullOr<Struct<{ id: typeof Number$; url: typeof String$ }>>;
date: typeof String$;
fee: NullOr<typeof String$>;
id: typeof Number$;
journal: Struct<{ id: typeof Number$ }>;
label: NullOr<typeof String$>;
outstanding_balance: NullOr<typeof String$>;
pro_account_expense: NullOr<
Struct<
{
card_masked_number: typeof String$;
employee: NullOr<
Struct<{ first_name: ...; id: ...; last_name: ... }>,
>;
},
>,
>;
updated_at: typeof String$;
},
>,
>;
next_cursor: optional<Union<[typeof String$, typeof Null]>>;
},
> = ...
Response schema for listing matched transactions of a customer invoice.