milestonexprotectrestpython.xprlicenseproduct

Module: xprlicenseproduct.py

Revision History

Date Version CarePremium
2023/07/11 1.0.0.0 Initial Version.

@export
class XPRLicenseProduct:

License product information.

Threadsafety:

This class is fully thread-safe.

More information about License configuration can be found on the vendor documentation page.

XPRLicenseProduct()

Initializes a new instance of the class.

CarePlus: str

Care Level identifier.

Returns:

The CarePlus property value.

CarePremium: str

Care ID.

Returns:

The CarePremium property value.

DisplayName: str

User-friendly display name used in various user-interface displays.

Returns:

The DisplayName property value.

ExpirationDate: str

Date and time (in UTC format) of when the license expires.

Returns:

The ExpirationDate property value.

ProductDisplayName: str

Product display name.

Returns:

The ProductDisplayName property value.

PluginId: str

The globally unique identifier of the plugin.

Returns:

The PluginId property value.

SoftwareLicenseCode: str

Product Software License Code value.

Returns:

The SoftwareLicenseCode property value.