# CreditArrangementAccounts

Represents loan and deposit accounts linked to a credit arrangement.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**depositAccounts** | [**Array&lt;DepositAccount&gt;**](DepositAccount.md) | List of the deposit accounts linked to the credit arrangement. | [optional] [default to undefined]
**loanAccounts** | [**Array&lt;LoanAccount&gt;**](LoanAccount.md) | List of loan accounts linked to the credit arrangement. | [optional] [default to undefined]

## Example

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

const instance: CreditArrangementAccounts = {
    depositAccounts,
    loanAccounts,
};
```

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