# EndOfDayProcessingConfiguration

Model representation of the end of day processing configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountingCutOffTime** | **string** | The accounting cut off time. Only set if the processing method is automatic. | [optional] [default to undefined]
**endOfDayProcessingMethod** | **string** | Model representation of the end of day processing method configuration. | [default to undefined]

## Example

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

const instance: EndOfDayProcessingConfiguration = {
    accountingCutOffTime,
    endOfDayProcessingMethod,
};
```

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