# LoanProductBillingCyclesConfiguration

Defines the billing cycles settings for revolving credit products

## Properties

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

## Example

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

const instance: LoanProductBillingCyclesConfiguration = {
    enabled,
    startDays,
};
```

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