# BulkDepositAccountUpdateRequest

Represents the request payload for bulk deposit account updates.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accounts** | [**Array&lt;DepositAccount&gt;**](DepositAccount.md) | The list of deposit accounts to update. Each account must have an id or encodedKey. | [default to undefined]

## Example

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

const instance: BulkDepositAccountUpdateRequest = {
    accounts,
};
```

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