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

Nested parameters.

# `t`

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

* `payment_reference` - An opaque string for manual reconciliation of this payment, for example a check number or a payment processor ID. Max length: 5000.

---

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