# InterestAccountSettingsAvailabilityResponse

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** | [**DepositAccountInterestRateSettings**](DepositAccountInterestRateSettings.md) |  | [optional] [default to undefined]
**startDate** | **string** | Start date of the Interest Availability. | [optional] [default to undefined]
**type** | **string** | Type of the interest. | [optional] [default to undefined]

## Example

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

const instance: InterestAccountSettingsAvailabilityResponse = {
    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)
