# PassChange


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**passId** | **string** |  | [default to undefined]
**alternateId** | **number** |  | [default to undefined]
**type** | [**PassChangeLogType**](PassChangeLogType.md) |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**subjectId** | **string** |  | [default to undefined]
**oldValue** | **string** |  | [default to undefined]
**newValue** | **string** |  | [default to undefined]
**occurredAt** | **string** |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]

## Example

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

const instance: PassChange = {
    id,
    passId,
    alternateId,
    type,
    description,
    subjectId,
    oldValue,
    newValue,
    occurredAt,
    account,
    createdAt,
};
```

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