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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.Paypal.SellerProtection{
    dispute_categories: [String.t()] | nil,
    status: String.t() | nil
  }
```

* `dispute_categories` - An array of conditions that are covered for the transaction, if applicable. Nullable.
* `status` - Indicates whether the transaction is eligible for PayPal's seller protection. Possible values: `eligible`, `not_eligible`, `partially_eligible`.

---

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