# SdPublicProdApi.SDTemplateCreateRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the template (ex. Bronze Axe) | 
**cap** | **String** | u96 Number as String (ex. 200000000)  | 
**type** | **String** | FT is a currency where every instance is the same, NFT is where every token instance differes (ex. FT) | 
**activeListing** | **Boolean** | Set if the Template is active or not | [optional] 
**props** | [**SDTemplateCreateBulkProps**](SDTemplateCreateBulkProps.md) |  | 

<a name="TypeEnum"></a>
## Enum: TypeEnum

* `FT` (value: `"FT"`)
* `NFT` (value: `"NFT"`)

