# `Polarex.PaymentMethodCard`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/payment_method_card.ex#L1)

Provides struct and type for a PaymentMethodCard

# `t`

```elixir
@type t() :: %Polarex.PaymentMethodCard{
  created_at: DateTime.t(),
  customer_id: String.t(),
  id: String.t(),
  method_metadata: Polarex.PaymentMethodCardMetadata.t(),
  modified_at: DateTime.t() | nil,
  processor: String.t(),
  type: String.t()
}
```

---

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