# PaymentDetails

The payment information including account identification details

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**creditor** | [**Party**](Party.md) |  | [optional] [default to undefined]
**creditorAccount** | [**AccountDetails**](AccountDetails.md) |  | [optional] [default to undefined]
**creditorAgent** | [**Agent**](Agent.md) |  | [optional] [default to undefined]
**debtor** | [**Party**](Party.md) |  | [optional] [default to undefined]
**debtorAccount** | [**AccountDetails**](AccountDetails.md) |  | [optional] [default to undefined]
**debtorAgent** | [**Agent**](Agent.md) |  | [optional] [default to undefined]
**paymentIdentification** | [**PaymentIdentification**](PaymentIdentification.md) |  | [optional] [default to undefined]
**paymentTypeInformation** | [**PaymentTypeInformation**](PaymentTypeInformation.md) |  | [optional] [default to undefined]
**remittanceInformation** | [**RemittanceInformation**](RemittanceInformation.md) |  | [optional] [default to undefined]

## Example

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

const instance: PaymentDetails = {
    creditor,
    creditorAccount,
    creditorAgent,
    debtor,
    debtorAccount,
    debtorAgent,
    paymentIdentification,
    paymentTypeInformation,
    remittanceInformation,
};
```

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