# ScheduleOption


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**settlement_schedule_message** | **string** |  | [optional] [default to undefined]
**schedule_id** | **number** |  | [optional] [default to undefined]
**merchant_default** | **boolean** |  | [optional] [default to undefined]

## Example

```typescript
import { ScheduleOption } from 'cashfree-pg';

const instance: ScheduleOption = {
    settlement_schedule_message,
    schedule_id,
    merchant_default,
};
```

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