# TaxProfileUpdateIrsFormType

IRS form type.

## Example Usage

```typescript
import { TaxProfileUpdateIrsFormType } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: TaxProfileUpdateIrsFormType = TaxProfileUpdateIrsFormType.W8Ben;
```

## Values

This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.

| Name                      | Value                     |
| ------------------------- | ------------------------- |
| `IrsFormTypeUnspecified`  | IRS_FORM_TYPE_UNSPECIFIED |
| `W9`                      | W_9                       |
| `W8Ben`                   | W_8BEN                    |
| -                         | `Unrecognized<string>`    |