# `Stripe.Params.PaymentRecordReportPaymentParams.PaymentMethodDetails.Custom`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_record_report_payment_params.ex#L165)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.PaymentRecordReportPaymentParams.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.

---

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