# `Stripe.Resources.PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_method.ex#L454)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails{
  card_present:
    Stripe.Resources.PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent.t()
    | nil,
  type: String.t() | nil
}
```

* `card_present`
* `type` - The type of payment method transaction-specific details from the transaction that generated this `card` payment method. Always `card_present`. Max length: 5000.

---

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