1#ifndef TENDUKE_SE_LICENSING_LICENSEE_H
2#define TENDUKE_SE_LICENSING_LICENSEE_H
Licensee(std::string connectedIdentityId, std::string contactInfo, std::string created, std::string description, std::string displayLabel, std::string displayName, std::string email, std::string externalReference, std::string id, std::string modified, std::string name, std::string naturalId, std::string type)
Constructs new instance.
Definition Licensee.h:31
std::string email
Email address.
Definition Licensee.h:74
std::string displayName
Display name.
Definition Licensee.h:72
std::string connectedIdentityId
Connected identity id.
Definition Licensee.h:62
std::string contactInfo
Contact info.
Definition Licensee.h:64
std::string type
Type.
Definition Licensee.h:86
std::string name
Name.
Definition Licensee.h:82
std::string displayLabel
Display label.
Definition Licensee.h:70
std::string modified
Modification timestamp.
Definition Licensee.h:80
Licensee(std::string connectedIdentityId, std::string contactInfo, std::string created, std::string description, std::string displayLabel, std::string displayName, std::string email, std::string externalReference, std::string id, std::string modified, std::string name, std::string naturalId, std::string type)
Constructs new instance.
Definition Licensee.h:31
std::string created
Creation timestamp.
Definition Licensee.h:66
std::string description
Description.
Definition Licensee.h:68
std::string externalReference
External reference.
Definition Licensee.h:76
std::string naturalId
Natural id.
Definition Licensee.h:84
std::string id
Id.
Definition Licensee.h:78
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