# BulkDepositAccountUpdateResponse

Represents the response for bulk deposit account updates.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**errors** | [**Array&lt;BulkDepositAccountUpdateError&gt;**](BulkDepositAccountUpdateError.md) | List of errors for accounts that failed to update. Empty if all updates were successful. | [optional] [default to undefined]

## Example

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

const instance: BulkDepositAccountUpdateResponse = {
    errors,
};
```

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