# `Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.CardPresent.Wallet`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_attempt_record.ex#L1123)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.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*
