# `Stripe.Resources.SetupAttempt.PaymentMethodDetails.Card.Wallet`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/setup_attempt.ex#L268)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SetupAttempt.PaymentMethodDetails.Card.Wallet{
  apple_pay: map() | nil,
  google_pay: map() | nil,
  type: String.t() | nil
}
```

* `apple_pay`
* `google_pay`
* `type` - The type of the card wallet, one of `apple_pay`, `google_pay`, or `link`. An additional hash is included on the Wallet subhash with a name matching this value. It contains additional information specific to the card wallet type. Possible values: `apple_pay`, `google_pay`, `link`.

---

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