# PassTypeRefundScheduleUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**percentage** | **number** |  | [optional] [default to undefined]
**startDate** | **string** |  | [optional] [default to undefined]
**endDate** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { PassTypeRefundScheduleUpdateInputs } from '@connectedxm/admin-sdk';

const instance: PassTypeRefundScheduleUpdateInputs = {
    percentage,
    startDate,
    endDate,
};
```

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