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

Provides struct and type for a CustomerPaymentMethodConfirm

# `t`

```elixir
@type t() :: %Polarex.CustomerPaymentMethodConfirm{
  set_default: boolean(),
  setup_intent_id: String.t()
}
```

---

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