# Structured

The information specifying the payment items that are intended to settle

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**creditorReferenceInformation** | [**CreditorReferenceInformation**](CreditorReferenceInformation.md) |  | [optional] [default to undefined]

## Example

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

const instance: Structured = {
    creditorReferenceInformation,
};
```

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