# BulkDepositTransactionsInput

Represents the request payload for creating a bulk deposit transactions.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**transactions** | [**Array&lt;DepositTransactionBulkableInputDTO&gt;**](DepositTransactionBulkableInputDTO.md) | The list of transactions | [optional] [default to undefined]

## Example

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

const instance: BulkDepositTransactionsInput = {
    transactions,
};
```

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