# BulkInterestAccountSettingsAvailabilityFilter

Represents the filter to be used for selecting the accounts to which new interest availability settings will be pushed. One of the 2 fields: productId or ids should be supplied 

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ids** | **Array&lt;string&gt;** | Ids of accounts that should be processed | [optional] [default to undefined]
**productId** | **string** | Product id to be used for selecting all accounts that should be processed | [optional] [default to undefined]

## Example

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

const instance: BulkInterestAccountSettingsAvailabilityFilter = {
    ids,
    productId,
};
```

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