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

Nested struct within the parent resource.

# `t`

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