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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentIntentAmountDetailsLineItem.PaymentMethodOptions{
    card:
      Stripe.Resources.PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Card.t()
      | nil,
    card_present:
      Stripe.Resources.PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.CardPresent.t()
      | nil,
    klarna:
      Stripe.Resources.PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Klarna.t()
      | nil,
    paypal:
      Stripe.Resources.PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Paypal.t()
      | nil
  }
```

* `card`
* `card_present`
* `klarna`
* `paypal`

---

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