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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.Custom{
  display_name: String.t() | nil,
  type: String.t() | nil
}
```

* `display_name` - Display name for the custom (user-defined) payment method type used to make this payment. Max length: 5000.
* `type` - The custom payment method type associated with this payment. Max length: 5000. Nullable.

---

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