IssuanceParms
Parameters passed when setting the Issuance entitlements of a tenant.
Properties
Name | Type | Description | Notes |
---|---|---|---|
add_on | str | Add on column to store printer cert flag | [optional] |
end_date | 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] |
service_bundles | List[ServiceBundle] | The service bundles supported. At least one bundle must be defined. | [optional] |
start_date | 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] |