Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 903 Bytes

CreateProductRequest.md

File metadata and controls

21 lines (13 loc) · 903 Bytes

CreateProductRequest

Properties

Name Type Required Description
| price | model | ✅ |  |
| taxCategory | model | ✅ | Represents the different categories of taxation applicable to various products and services. |
| description | string | ❌ | Optional description of the product |
| licenseKeyActivationMessage | string | ❌ | Optional message displayed during license key activation |
| licenseKeyActivationsLimit | integer | ❌ | The number of times the license key can be activated. Must be 0 or greater |
| licenseKeyDuration | model | ❌ |  |
| licenseKeyEnabled | boolean | ❌ | When true, generates and sends a license key to your customer. Defaults to false |
| name | string | ❌ | Optional name of the product |