# CustomSettingDetails

Represents the custom settings for a loan schedule.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**loanTransactionKey** | **string** | The loan transaction associated with the custom setting. | [optional] [default to undefined]
**source** | **string** | The source of the custom setting | [optional] [default to undefined]
**type** | **string** | The type of custom setting. | [optional] [default to undefined]

## Example

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

const instance: CustomSettingDetails = {
    loanTransactionKey,
    source,
    type,
};
```

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