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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Link{
  country: String.t() | nil
}
```

* `country` - Two-letter ISO code representing the funding source country beneath the Link payment.
You could use this attribute to get a sense of international fees. Max length: 5000. Nullable.

---

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