Nested struct within the parent resource.
Summary
Types
@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.