# `Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.AutomaticIndirectTax`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_update_params.ex#L86)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.AutomaticIndirectTax{
    exempt: String.t() | nil,
    ip_address: String.t() | nil,
    validate_location: String.t() | nil
  }
```

* `exempt` - The customer account's tax exemption status: `none`, `exempt`, or `reverse`. When `reverse`, invoice and receipt PDFs include "Reverse charge". Possible values: `exempt`, `none`, `reverse`.
* `ip_address` - A recent IP address of the customer used for tax reporting and tax location inference.
* `validate_location` - A per-request flag that indicates when Stripe should validate the customer tax location - defaults to `auto`. Possible values: `auto`, `deferred`, `immediately`.

---

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