# `PolarExpress.Schemas.CardPaymentMetadata`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/card_payment_metadata.ex#L2)

CardPaymentMetadata

Additional metadata for a card payment method.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CardPaymentMetadata{brand: term(), last4: term()}
```

* `brand` - The brand of the card used for the payment.
* `last4` - The last 4 digits of the card number.

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
