1#ifndef TENDUKE_SE_LICENSINGLICENSEKEY_H
2#define TENDUKE_SE_LICENSINGLICENSEKEY_H
LicenseKey(const std::int32_t allowedActivations, std::string created, std::string id, std::string licenseKey, std::string modified)
Constructs new instance.
Definition LicenseKey.h:24
const std::string modified
Modification timestamp.
Definition LicenseKey.h:47
const std::int32_t allowedActivations
Allowed activations.
Definition LicenseKey.h:39
const std::string created
Creation timestamp.
Definition LicenseKey.h:41
const std::string licenseKey
The license key.
Definition LicenseKey.h:45
const std::string id
Id.
Definition LicenseKey.h:43
LicenseKey(const std::int32_t allowedActivations, std::string created, std::string id, std::string licenseKey, std::string modified)
Constructs new instance.
Definition LicenseKey.h:24
Licensing operations for 10Duke Scale.
Definition LicenseConsumerClientBindingStatus.h:8
Classes, functions and globals of 10Duke Scale C++ Client.
Definition AbstractClientFactory.h:16
Root for classes, functions and globals of 10Duke C++ Client.
Definition AbstractClientFactory.h:16