# Transfer


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**passId** | **string** |  | [default to undefined]
**email** | **string** |  | [default to undefined]
**message** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**event** | [**BaseEvent**](BaseEvent.md) |  | [default to undefined]
**fromAccountId** | **string** |  | [default to undefined]
**fromAccount** | [**OrganizationAllOfOAuth**](OrganizationAllOfOAuth.md) |  | [default to undefined]
**pass** | [**BaseEventPass**](BaseEventPass.md) |  | [default to undefined]

## Example

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

const instance: Transfer = {
    id,
    passId,
    email,
    message,
    createdAt,
    eventId,
    event,
    fromAccountId,
    fromAccount,
    pass,
};
```

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