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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.RevolutPay.Funding{
  card:
    Stripe.Resources.Charge.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*
