# `Stripe.Resources.Customer.Tax.Location`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/customer.ex#L241)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Customer.Tax.Location{
  country: String.t() | nil,
  source: String.t() | nil,
  state: String.t() | nil
}
```

* `country` - The identified tax country of the customer. Max length: 5000.
* `source` - The data source used to infer the customer's location. Possible values: `billing_address`, `ip_address`, `payment_method`, `shipping_destination`.
* `state` - The identified tax state, county, province, or region of the customer. Max length: 5000. Nullable.

---

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