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

Nested struct within the parent resource.

# `t`

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

* `custom`
* `type` - The processor used for this payment attempt. Possible values: `custom`.

---

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