# `Stripe.Resources.Climate.Supplier.Locations`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/climate/supplier.ex#L35)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Climate.Supplier.Locations{
  city: String.t() | nil,
  country: String.t() | nil,
  latitude: float() | nil,
  longitude: float() | nil,
  region: String.t() | nil
}
```

* `city` - The city where the supplier is located. Max length: 5000. Nullable.
* `country` - Two-letter ISO code representing the country where the supplier is located. Max length: 5000.
* `latitude` - The geographic latitude where the supplier is located. Nullable.
* `longitude` - The geographic longitude where the supplier is located. Nullable.
* `region` - The state/county/province/region where the supplier is located. Max length: 5000. Nullable.

---

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