# `Stripe.Params.PaymentMethodCreateParams.Custom`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_method_create_params.ex#L269)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentMethodCreateParams.Custom{type: String.t() | nil}
```

* `type` - ID of the Dashboard-only CustomPaymentMethodType. This field is used by Stripe products' internal code to support CPMs. Max length: 5000.

---

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