# BaseEventPassTypeExchangeTarget


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**enabled** | **boolean** |  | [default to undefined]
**sourcePassTypeId** | **string** |  | [default to undefined]
**sourcePassType** | [**BaseEventPassType**](BaseEventPassType.md) |  | [default to undefined]
**targetPassTypeId** | **string** |  | [default to undefined]
**targetPassType** | [**BaseEventPassType**](BaseEventPassType.md) |  | [default to undefined]
**fixedPricing** | **boolean** |  | [default to undefined]
**ignoreRefundSchedules** | **boolean** |  | [default to undefined]
**amount** | **number** |  | [default to undefined]
**startDate** | **string** |  | [default to undefined]
**endDate** | **string** |  | [default to undefined]

## Example

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

const instance: BaseEventPassTypeExchangeTarget = {
    id,
    enabled,
    sourcePassTypeId,
    sourcePassType,
    targetPassTypeId,
    targetPassType,
    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)
