# `Stripe.Params.CreditNotePreviewParams.Refunds.PaymentRecordRefund`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/credit_note_preview_params.ex#L110)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.CreditNotePreviewParams.Refunds.PaymentRecordRefund{
  payment_record: String.t() | nil,
  refund_group: String.t() | nil
}
```

* `payment_record` - The ID of the PaymentRecord with the refund to link to this credit note. Max length: 5000.
* `refund_group` - The PaymentRecord refund group to link to this credit note. For refunds processed off-Stripe, this will correspond to the `processor_details.custom.refund_reference` field provided when reporting the refund on the PaymentRecord. Max length: 5000.

---

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