Pennylane API Client
    Preparing search index...

    Variable ProAccountExpenseSchemaConst

    ProAccountExpenseSchema: Struct<
        {
            card_masked_number: typeof String$;
            employee: NullOr<
                Struct<
                    {
                        first_name: typeof String$;
                        id: typeof Number$;
                        last_name: typeof String$;
                    },
                >,
            >;
        },
    > = ...

    Pro account expense information attached to a matched transaction.