struct MAGES::Editor::DeveloperAuthentication::CheckoutLicenseRequestBody

Overview

The data needed for the checkout license request. More…

struct CheckoutLicenseRequestBody
{
    // fields

    string ProductName;
    string Version;
    string Platform;
};

Detailed Documentation

The data needed for the checkout license request.

Fields

string ProductName

The product to checkout.

string Version

The version of the product.

string Platform

The platform the product is used with.