# `Stripe.Resources.PaymentAttemptRecord.ProcessorDetails.Custom`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_attempt_record.ex#L1956)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentAttemptRecord.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. Nullable.

---

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