# DepositProductAction

Specify the batch update action details for a deposit product.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **string** | Represents the type of a deposit product action | [default to undefined]

## Example

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

const instance: DepositProductAction = {
    action,
};
```

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