# DepositTransactionAdjustmentDetails

Contains the details of the transaction adjustment

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bookingDate** | **string** | Date when the adjustment transaction is logged into accounting. Can be null. Available only for DEPOSIT and WITHDRAWAL | [optional] [default to undefined]
**notes** | **string** | Notes detailing why the transaction is adjusted | [default to undefined]

## Example

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

const instance: DepositTransactionAdjustmentDetails = {
    bookingDate,
    notes,
};
```

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