Pennylane API Client
    Preparing search index...

    Variable CustomerInvoiceMatchedTransactionSchemaConst

    CustomerInvoiceMatchedTransactionSchema: 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: typeof String$;
                                    id: typeof Number$;
                                    last_name: typeof String$;
                                },
                            >,
                        >;
                    },
                >,
            >;
            updated_at: typeof String$;
        },
    > = ...

    Matched transaction item attached to a customer invoice.