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

Nested struct within the parent resource.

# `t`

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