# CheckWithdrawalScheduleFederalTaxWithholding

The federal tax withholding.

## Example Usage

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

let value: CheckWithdrawalScheduleFederalTaxWithholding = {};
```

## Fields

| Field                                                                                                                                                                                      | Type                                                                                                                                                                                       | Required                                                                                                                                                                                   | Description                                                                                                                                                                                | Example                                                                                                                                                                                    |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `amount`                                                                                                                                                                                   | [components.CheckWithdrawalScheduleRetirementDistributionFederalTaxWithholdingAmount](../../models/components/checkwithdrawalscheduleretirementdistributionfederaltaxwithholdingamount.md) | :heavy_minus_sign:                                                                                                                                                                         | Fixed USD amount to withhold for taxes.                                                                                                                                                    | {<br/>"value": "1.23"<br/>}                                                                                                                                                                |
| `percentage`                                                                                                                                                                               | [components.CheckWithdrawalSchedulePercentage](../../models/components/checkwithdrawalschedulepercentage.md)                                                                               | :heavy_minus_sign:                                                                                                                                                                         | Percentage of total disbursement amount to withhold for taxes.                                                                                                                             | {<br/>"value": "11.25"<br/>}                                                                                                                                                               |