# `Stripe.Resources.Tax.Settings.StatusDetails.Pending`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/tax/settings.ex#L76)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Tax.Settings.StatusDetails.Pending{
  missing_fields: [String.t()] | nil
}
```

* `missing_fields` - The list of missing fields that are required to perform calculations. It includes the entry `head_office` when the status is `pending`. It is recommended to set the optional values even if they aren't listed as required for calculating taxes. Calculations can fail if missing fields aren't explicitly provided on every call. Nullable.

---

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