# EventSponsorshipLevel


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**sponsorsPerRow** | **number** |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**sponsors** | [**Array&lt;BaseEventSponsorship&gt;**](BaseEventSponsorship.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: EventSponsorshipLevel = {
    id,
    slug,
    name,
    description,
    sponsorsPerRow,
    sortOrder,
    sponsors,
    createdAt,
    updatedAt,
};
```

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