1#ifndef TENDUKE_EE_LICENSING_AUTHZAPI_LICENSERENEWREQUEST_H
2#define TENDUKE_EE_LICENSING_AUTHZAPI_LICENSERENEWREQUEST_H
4#include "./LicensingRequest.h"
5#include "../renew/LicenseRenewResponse.h"
7namespace tenduke {
namespace ee {
namespace licensing {
namespace authzapi {
12typedef ::tenduke::ee::licensing::authzapi::LicensingRequest<::tenduke::ee::licensing::LicenseRenewResponse>
LicenseRenewRequest;
::tenduke::ee::licensing::authzapi::LicensingRequest<::tenduke::ee::licensing::LicenseRenewResponse > LicenseRenewRequest
Request for license renewal.
Definition LicenseRenewRequest.h:12
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4