# `Stripe.Resources.ConfirmationToken.PaymentMethodPreview.CardPresent.Wallet`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/confirmation_token.ex#L924)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.ConfirmationToken.PaymentMethodPreview.CardPresent.Wallet{
    type: String.t() | nil
  }
```

* `type` - The type of mobile wallet, one of `apple_pay`, `google_pay`, `samsung_pay`, or `unknown`. Possible values: `apple_pay`, `google_pay`, `samsung_pay`, `unknown`.

---

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