# ArchivedDepositTransaction

Represents the archived custom field values of a deposit transaction.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**transactionId** | **number** | The id of the deposit transaction, unique | [default to undefined]
**valueDate** | **string** | The date of entry created for the deposit transaction to be archived | [optional] [default to undefined]

## Example

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

const instance: ArchivedDepositTransaction = {
    transactionId,
    valueDate,
};
```

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