# BasePassExchange


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**passId** | **string** |  | [default to undefined]
**exchangeType** | [**ExchangeType**](ExchangeType.md) |  | [default to undefined]
**exchangeTargetId** | **string** |  | [default to undefined]
**exchangeTarget** | [**EventPassTypeExchangeTarget**](EventPassTypeExchangeTarget.md) |  | [default to undefined]
**lineItem** | [**BasePaymentLineItem**](BasePaymentLineItem.md) |  | [default to undefined]

## Example

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

const instance: BasePassExchange = {
    id,
    accountId,
    passId,
    exchangeType,
    exchangeTargetId,
    exchangeTarget,
    lineItem,
};
```

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