Interface LicenseApiInterface

The License API encapsulates objects that concern the license info. Note: In order to check whether an API is licensed, use ApiInterface.isLicensed

interface LicenseApiInterface {
    service: LicenseServiceInterface;
}

Properties

Properties

Service that provides additional functionality for operations related to the license.

Generated using TypeDoc