# `Stripe.Resources.PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Paypal`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_intent_amount_details_line_item.ex#L113)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Paypal{
    category: String.t() | nil,
    description: String.t() | nil,
    sold_by: String.t() | nil
  }
```

* `category` - Type of the line item. Possible values: `digital_goods`, `donation`, `physical_goods`.
* `description` - Description of the line item. Max length: 5000.
* `sold_by` - The Stripe account ID of the connected account that sells the item. This is only needed when using [Separate Charges and Transfers](https://docs.stripe.com/connect/separate-charges-and-transfers). Max length: 5000.

---

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