# Series


## 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]
**longDescription** | **string** |  | [default to undefined]
**registration** | **boolean** |  | [default to undefined]
**featured** | **boolean** |  | [default to undefined]
**startDate** | **string** |  | [default to undefined]
**endDate** | **string** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**address1** | **string** |  | [default to undefined]
**address2** | **string** |  | [default to undefined]
**city** | **string** |  | [default to undefined]
**state** | **string** |  | [default to undefined]
**country** | **string** |  | [default to undefined]
**zip** | **string** |  | [default to undefined]
**paymentIntegrationId** | **string** |  | [default to undefined]
**paymentIntegration** | [**BasePaymentIntegration**](BasePaymentIntegration.md) |  | [default to undefined]
**entityId** | **string** |  | [default to undefined]
**entity** | [**BaseOrganizationEntity**](BaseOrganizationEntity.md) |  | [default to undefined]
**templateId** | **string** |  | [default to undefined]
**template** | [**BaseEvent**](BaseEvent.md) |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**price** | **number** |  | [default to undefined]
**taxCode** | **string** |  | [default to undefined]
**taxIncluded** | **boolean** |  | [default to undefined]
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) |  | [default to undefined]
**subject** | **string** |  | [default to undefined]
**replyTo** | **string** |  | [default to undefined]
**body** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: Series = {
    id,
    slug,
    name,
    description,
    longDescription,
    registration,
    featured,
    startDate,
    endDate,
    imageId,
    image,
    address1,
    address2,
    city,
    state,
    country,
    zip,
    paymentIntegrationId,
    paymentIntegration,
    entityId,
    entity,
    templateId,
    template,
    sortOrder,
    price,
    taxCode,
    taxIncluded,
    taxLocation,
    subject,
    replyTo,
    body,
    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)
