# `Stripe.Resources.Issuing.Card.Wallets`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/card.ex#L260)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Issuing.Card.Wallets{
  apple_pay: Stripe.Resources.Issuing.Card.Wallets.ApplePay.t() | nil,
  google_pay: Stripe.Resources.Issuing.Card.Wallets.GooglePay.t() | nil,
  primary_account_identifier: String.t() | nil
}
```

* `apple_pay`
* `google_pay`
* `primary_account_identifier` - Unique identifier for a card used with digital wallets Max length: 5000. Nullable.

---

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