# `Stripe.Params.Tax.CalculationCreateParams.ShipFromDetails.Address`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/tax/calculation_create_params.ex#L129)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Tax.CalculationCreateParams.ShipFromDetails.Address{
  city: map() | nil,
  country: String.t() | nil,
  line1: map() | nil,
  line2: map() | nil,
  postal_code: map() | nil,
  state: map() | nil
}
```

* `city` - City, district, suburb, town, or village.
* `country` - Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)). Max length: 5000.
* `line1` - Address line 1, such as the street, PO Box, or company name.
* `line2` - Address line 2, such as the apartment, suite, unit, or building.
* `postal_code` - ZIP or postal code.
* `state` - State/province as an [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) subdivision code, without country prefix, such as "NY" or "TX".

---

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