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

CustomerPaymentMethodCreate

# `t`

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

* `confirmation_token_id`
* `return_url`
* `set_default`

# `schema_name`

---

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