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

setup_attempt_payment_method_details_card_present

# `t`

```elixir
@type t() :: %Stripe.Resources.CardPresent{
  generated_card: String.t() | Stripe.Resources.PaymentMethod.t(),
  offline: Stripe.Resources.Offline.t()
}
```

* `generated_card` - The ID of the Card PaymentMethod which was generated by this SetupAttempt. Nullable. Expandable.
* `offline` - Details about payments collected offline. Nullable. Expandable.

# `expandable_fields`

# `object_name`

---

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