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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.RevolutPay.Funding{
    card:
      Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.RevolutPay.Funding.Card.t()
      | nil,
    type: String.t() | nil
  }
```

* `card`
* `type` - funding type of the underlying payment method. Possible values: `card`. Nullable.

---

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