# issuing\_cardholder\_company

From **Stripe API**.

- Type: `object`

## Properties

### `tax_id_provided`

- Required: true
- Type: `boolean`

Whether the company's business ID number was provided.

## JSON Schema

```json
{"properties":{"tax_id_provided":{"description":"Whether the company's business ID number was provided.","type":"boolean"}},"required":["tax_id_provided"],"title":"IssuingCardholderCompany","type":"object","x-expandableFields":[]}
```
