# CreditorReferenceInformation

Represents the reference to the underlying documents of the payment.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**reference** | **string** | The reference information of the creditor\&#39;s underlying documents | [optional] [default to undefined]
**referenceIssuer** | **string** | The entity that assigns the reference type | [optional] [default to undefined]
**referenceType** | **string** | The type of creditor reference | [optional] [default to undefined]

## Example

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

const instance: CreditorReferenceInformation = {
    reference,
    referenceIssuer,
    referenceType,
};
```

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