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

Nested parameters.

# `t`

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

* `refund_reference` - A reference to the external refund. This field must be unique across all refunds. Max length: 5000.

---

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