# BaseTransferLog


## 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]

## Example

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

const instance: BaseTransferLog = {
    id,
    fromRegistrationId,
    fromRegistration,
    toRegistrationId,
    toRegistration,
};
```

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