# SeriesUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**longDescription** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**templateId** | **string** |  | [optional] [default to undefined]
**startDate** | **string** |  | [optional] [default to undefined]
**endDate** | **string** |  | [optional] [default to undefined]
**registration** | **boolean** |  | [optional] [default to undefined]
**featured** | **boolean** |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]
**price** | **number** |  | [optional] [default to undefined]
**taxCode** | **string** |  | [optional] [default to undefined]
**taxIncluded** | **boolean** |  | [optional] [default to undefined]
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) |  | [optional] [default to undefined]
**subject** | **string** |  | [optional] [default to undefined]
**replyTo** | **string** |  | [optional] [default to undefined]
**body** | **string** |  | [optional] [default to undefined]
**address1** | **string** |  | [optional] [default to undefined]
**address2** | **string** |  | [optional] [default to undefined]
**city** | **string** |  | [optional] [default to undefined]
**state** | **string** |  | [optional] [default to undefined]
**country** | **string** |  | [optional] [default to undefined]
**zip** | **string** |  | [optional] [default to undefined]
**paymentIntegrationId** | **string** |  | [optional] [default to undefined]
**entityId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: SeriesUpdateInputs = {
    name,
    slug,
    description,
    longDescription,
    imageId,
    templateId,
    startDate,
    endDate,
    registration,
    featured,
    sortOrder,
    price,
    taxCode,
    taxIncluded,
    taxLocation,
    subject,
    replyTo,
    body,
    address1,
    address2,
    city,
    state,
    country,
    zip,
    paymentIntegrationId,
    entityId,
};
```

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