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

Provides struct and type for a CustomerPaymentMethodCreate

# `t`

```elixir
@type t() :: %Polarex.CustomerPaymentMethodCreate{
  confirmation_token_id: String.t(),
  return_url: String.t(),
  set_default: boolean()
}
```

---

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