# InterestAccountSettingsAvailability

Interest Availability of a Deposit Account

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**encodedKey** | **string** | The encoded key of the Interest Availability, auto generated, unique. | [optional] [readonly] [default to undefined]
**interestRateSettings** | [**DepositAccountInterestAvailabilitySettings**](DepositAccountInterestAvailabilitySettings.md) |  | [default to undefined]
**startDate** | **string** | Start date of the Interest Availability. | [default to undefined]
**type** | **string** | Type of the interest. | [default to undefined]

## Example

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

const instance: InterestAccountSettingsAvailability = {
    encodedKey,
    interestRateSettings,
    startDate,
    type,
};
```

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