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

CustomerPaymentMethodConfirm

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerPaymentMethodConfirm{
  set_default: boolean() | nil,
  setup_intent_id: String.t() | nil
}
```

* `set_default`
* `setup_intent_id`

# `schema_name`

---

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