# `Stripe.Resources.V2.Core.Account.Configuration.Customer.AutomaticIndirectTax.Location`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L128)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.V2.Core.Account.Configuration.Customer.AutomaticIndirectTax.Location{
    country: String.t() | nil,
    state: String.t() | nil
  }
```

* `country` - The identified tax country of the customer.
* `state` - The identified tax state, county, province, or region of the customer.

---

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