# `Stripe.Resources.ShippingAddressCollection`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/shipping_address_collection.ex#L2)

PaymentPagesCheckoutSessionShippingAddressCollection

# `t`

```elixir
@type t() :: %Stripe.Resources.ShippingAddressCollection{
  allowed_countries: [String.t()]
}
```

* `allowed_countries` - An array of two-letter ISO country codes representing which countries Checkout should provide as options for
shipping locations. Unsupported country codes: `AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SY, UM, VI`.

# `object_name`

---

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