# `Stripe.Resources.Custom`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/custom.ex#L2)

payment_method_custom

# `t`

```elixir
@type t() :: %Stripe.Resources.Custom{
  display_name: String.t(),
  logo: Stripe.Resources.Custom.Logo.t(),
  type: String.t()
}
```

* `display_name` - Display name of the Dashboard-only CustomPaymentMethodType. Max length: 5000. Nullable.
* `logo` - Contains information about the Dashboard-only CustomPaymentMethodType logo. Nullable. Expandable.
* `type` - ID of the Dashboard-only CustomPaymentMethodType. Not expandable. Max length: 5000.

# `expandable_fields`

# `object_name`

---

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