# BillingCycleDays

Defines the billing cycles settings for a loan account

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**days** | **Set&lt;number&gt;** | The billing cycle start days in case it is enabled | [optional] [default to undefined]

## Example

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

const instance: BillingCycleDays = {
    days,
};
```

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