# AccountTax

The account tax corresponding for deposit account

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**creationDate** | **string** | The date when the rate availability was created. | [optional] [default to undefined]
**fromDate** | **string** | The date when the tax source starts to be used by the account. | [optional] [default to undefined]
**lastModifiedDate** | **string** | The last date when the rate availability was modified. | [optional] [default to undefined]
**rateSourceEncodedKey** | **string** |  | [optional] [default to undefined]
**rateSourceId** | **string** | The id of the source | [optional] [default to undefined]
**rateSourceName** | **string** | The name of the source | [optional] [default to undefined]
**savingsAccountEncodedKey** | **string** |  | [optional] [default to undefined]
**toDate** | **string** | The ending date of the tax source used by the account | [optional] [default to undefined]

## Example

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

const instance: AccountTax = {
    creationDate,
    fromDate,
    lastModifiedDate,
    rateSourceEncodedKey,
    rateSourceId,
    rateSourceName,
    savingsAccountEncodedKey,
    toDate,
};
```

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