# PassTypeCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [default to undefined]
**shortDescription** | **string** |  | [default to undefined]
**price** | **number** |  | [default to undefined]
**visibility** | [**PassTypeVisibility**](PassTypeVisibility.md) |  | [optional] [default to undefined]
**featured** | **boolean** |  | [optional] [default to undefined]
**active** | **boolean** |  | [optional] [default to undefined]
**cancelable** | **boolean** |  | [optional] [default to undefined]
**transferable** | **boolean** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**longDescription** | **string** |  | [optional] [default to undefined]
**accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) |  | [optional] [default to undefined]
**featuredImageId** | **string** |  | [optional] [default to undefined]
**supply** | **number** |  | [optional] [default to undefined]
**minQuantityPerSale** | **number** |  | [optional] [default to undefined]
**maxQuantityPerSale** | **number** |  | [optional] [default to undefined]
**limitPerAccount** | **number** |  | [optional] [default to undefined]
**emailDomains** | **string** |  | [optional] [default to undefined]
**requiredPassTypeId** | **string** |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]
**enableCoupons** | **boolean** |  | [optional] [default to undefined]
**groupPassDescription** | **string** |  | [optional] [default to undefined]
**overrideStartDate** | **string** |  | [optional] [default to undefined]
**requireCoupon** | **boolean** |  | [optional] [default to undefined]
**taxCode** | **string** |  | [optional] [default to undefined]
**taxIncluded** | **boolean** |  | [optional] [default to undefined]
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) |  | [optional] [default to undefined]
**printable** | **boolean** |  | [optional] [default to undefined]
**requiresApproval** | **boolean** |  | [optional] [default to undefined]
**badgeColor** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: PassTypeCreateInputs = {
    name,
    shortDescription,
    price,
    visibility,
    featured,
    active,
    cancelable,
    transferable,
    slug,
    longDescription,
    accessLevel,
    featuredImageId,
    supply,
    minQuantityPerSale,
    maxQuantityPerSale,
    limitPerAccount,
    emailDomains,
    requiredPassTypeId,
    sortOrder,
    enableCoupons,
    groupPassDescription,
    overrideStartDate,
    requireCoupon,
    taxCode,
    taxIncluded,
    taxLocation,
    printable,
    requiresApproval,
    badgeColor,
};
```

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