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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.CardPresent{
    commodity_code: String.t() | nil
  }
```

* `commodity_code` - Max length: 5000. Nullable.

---

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