# RemittanceInformation

The information specifying the payment items that are intended to settle

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**structured** | [**Structured**](Structured.md) |  | [optional] [default to undefined]
**unstructured** | **string** | Information supplied to match the items of the payment in an unstructured form | [optional] [default to undefined]

## Example

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

const instance: RemittanceInformation = {
    structured,
    unstructured,
};
```

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