# RemoveCreditArrangementAccountInput

Represents the account to remove from the credit arrangement.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountId** | **string** | The encoded key of the account. | [default to undefined]
**accountType** | **string** | Represents the type of the account. | [default to undefined]

## Example

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

const instance: RemoveCreditArrangementAccountInput = {
    accountId,
    accountType,
};
```

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