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

Provides struct and type for a CustomerPaymentMethodCard

# `t`

```elixir
@type t() :: %Polarex.CustomerPaymentMethodCard{
  created_at: DateTime.t(),
  customer_id: String.t(),
  id: String.t(),
  is_default: boolean(),
  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*
