# DepositProductActionResponse

Represents the response returned after a batch update action for a deposit product.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**state** | **string** | Represents the execution status of a deposit product action | [optional] [readonly] [default to undefined]

## Example

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

const instance: DepositProductActionResponse = {
    state,
};
```

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