# TransferLog


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [default to undefined]
**fromRegistrationId** | **string** |  | [default to undefined]
**fromRegistration** | [**BaseEventRegistration**](BaseEventRegistration.md) |  | [default to undefined]
**toRegistrationId** | **string** |  | [default to undefined]
**toRegistration** | [**BaseEventRegistration**](BaseEventRegistration.md) |  | [default to undefined]
**purchaseId** | **string** |  | [default to undefined]
**purchase** | [**BaseEventPass**](BaseEventPass.md) |  | [default to undefined]
**userId** | **string** |  | [default to undefined]
**user** | [**BaseUser**](BaseUser.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]

## Example

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

const instance: TransferLog = {
    id,
    fromRegistrationId,
    fromRegistration,
    toRegistrationId,
    toRegistration,
    purchaseId,
    purchase,
    userId,
    user,
    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)
