# WithholdingData

## Example Usage

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

let value: WithholdingData = {};
```

## Fields

| Field                                                                                                                                                   | Type                                                                                                                                                    | Required                                                                                                                                                | Description                                                                                                                                             | Example                                                                                                                                                 |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `rate`                                                                                                                                                  | [components.Rate](../../models/components/rate.md)                                                                                                      | :heavy_minus_sign:                                                                                                                                      | The rate at which monies were withheld, expressed as a value between 0-1                                                                                | {<br/>"value": "0.25"<br/>}                                                                                                                             |
| `regionCode`                                                                                                                                            | *string*                                                                                                                                                | :heavy_minus_sign:                                                                                                                                      | 2-Letter alpha code for the names of countries, dependent territories, and special areas of geographical interest. Complies with ISO-3166 Alpha-2 Codes | US                                                                                                                                                      |
| `state`                                                                                                                                                 | [components.WithholdingDataState](../../models/components/withholdingdatastate.md)                                                                      | :heavy_minus_sign:                                                                                                                                      | N/A                                                                                                                                                     | WA                                                                                                                                                      |
| `taxYear`                                                                                                                                               | *number*                                                                                                                                                | :heavy_minus_sign:                                                                                                                                      | The tax year associated with the withholding                                                                                                            | 2024                                                                                                                                                    |
| `type`                                                                                                                                                  | [components.WithholdingDataType](../../models/components/withholdingdatatype.md)                                                                        | :heavy_minus_sign:                                                                                                                                      | Provides more detail on the type of the withholding (Federal, State, etc.)                                                                              | FEDERAL                                                                                                                                                 |