# PaymentIdentification

The payment identification details

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**endToEndIdentification** | **string** | Identifier assigned by the initiating party to the transaction | [optional] [default to undefined]
**instructionIdentification** | **string** | Identifier of a payment instruction | [optional] [default to undefined]
**transactionIdentification** | **string** | Identifier unique for a period assigned by the first initiating party to the transaction | [optional] [default to undefined]

## Example

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

const instance: PaymentIdentification = {
    endToEndIdentification,
    instructionIdentification,
    transactionIdentification,
};
```

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