Add merchant_amount and merchant_currency fields to ApiCardEntry model

Changes

  • No endpoint changes.

Other Changes

  • Updated definition for ApiCardEntry schema:
    • Added optional merchant_amount (integer, nullable) field.
    • Added optional merchant_currency (string, nullable) field.

These fields expose merchant currency and amount information for virtual card entries, populated for foreign-currency transactions and null for domestic EUR transactions.