# `Stripe.Resources.CreditNote.Refunds.PaymentRecordRefund`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/credit_note.ex#L206)

Nested struct within the parent resource.

# `t`

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

* `payment_record` - ID of the payment record. Max length: 5000.
* `refund_group` - ID of the refund group. Max length: 5000.

---

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