# `Stripe.Resources.Issuing.Cardholder.Company`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/cardholder.ex#L86)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Issuing.Cardholder.Company{
  tax_id_provided: boolean() | nil
}
```

* `tax_id_provided` - Whether the company's business ID number was provided.

---

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