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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.Card.Wallet.ApplePay{
    type: String.t() | nil
  }
```

* `type` - Type of the apple_pay transaction, one of `apple_pay` or `apple_pay_later`. Max length: 5000.

---

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