# ChangeWithholdingTaxAction

Change deposit account withholding tax rate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**withholdingTaxSourceKey** | **string** | The ID or encoded key of the new withholding tax to use for the account. | [default to undefined]

## Example

```typescript
import { ChangeWithholdingTaxAction } from './api';

const instance: ChangeWithholdingTaxAction = {
    withholdingTaxSourceKey,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
