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

Nested parameters.

# `t`

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

* `custom` - Information about the custom processor used to make this refund.
* `type` - The type of the processor details. An additional hash is included on processor_details with a name matching this value. It contains additional information specific to the processor. Possible values: `custom`.

---

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