IssuanceParms
Parameters passed when setting the Issuance entitlements of a tenant.
Properties
Name | Type | Description | Notes |
---|---|---|---|
AddOn | string | Add on column to store printer cert flag | [optional] |
EndDate | DateTime? | The date when the Trial period will end. The value must be after the start date. If specified, this value cannot be more than 30 days after start date. | [optional] |
Quantity | int? | The number of print jobs allowed during the Trial period (required during creation). | [optional] |
ServiceBundles | List<ServiceBundle> | The service bundles supported. At least one bundle must be defined. | [optional] |
StartDate | DateTime? | The date when the Trial period starts. This value cannot be in the future. If not specified, it defaults to the current date. | [optional] |