# PassTypeExchangeTargetUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enabled** | **boolean** |  | [optional] [default to undefined]
**fixedPricing** | **boolean** |  | [optional] [default to undefined]
**ignoreRefundSchedules** | **boolean** |  | [optional] [default to undefined]
**amount** | **number** |  | [optional] [default to undefined]
**startDate** | **string** |  | [optional] [default to undefined]
**endDate** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: PassTypeExchangeTargetUpdateInputs = {
    enabled,
    fixedPricing,
    ignoreRefundSchedules,
    amount,
    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)
