# `Stripe.Resources.Dispute.PaymentMethodDetails.Paypal`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/dispute.ex#L503)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Dispute.PaymentMethodDetails.Paypal{
  case_id: String.t() | nil,
  reason_code: String.t() | nil
}
```

* `case_id` - The ID of the dispute in PayPal. Max length: 5000. Nullable.
* `reason_code` - The reason for the dispute as defined by PayPal Max length: 5000. Nullable.

---

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