The data related to a registration. Content of the structure is obtained from our registration server by method getRegistrationInfo, modified by client and sent back to the server by method finishRegistration. More...
import "ProductRegistration.idl";
Public Attributes | |
LicenseDetail | details |
Information about user. | |
RegDate | expirationDate |
Expiration date. | |
long | subscribers |
A count of Subscribers (typically users) of the product. | |
boolean | showQuestions |
Have to show questions? | |
long | registrationType |
is it edu/gov registration? | |
string | eduInfo |
information special for EDUcational type of organization | |
RegistrationNumberList | regNumbers |
All registration numbers included in registration. | |
SurveyAnswerList | surveyAnswers |
Survey answers - Answers should be sent in the same order as the questions are displayed. | |
ExtensionList | extensions |
list of extensions |
The data related to a registration. Content of the structure is obtained from our registration server by method getRegistrationInfo, modified by client and sent back to the server by method finishRegistration.
LicenseDetail kerio::web::Registration::details |
Information about user.
string kerio::web::Registration::eduInfo |
information special for EDUcational type of organization
RegDate kerio::web::Registration::expirationDate |
Expiration date.
ExtensionList kerio::web::Registration::extensions |
list of extensions
long kerio::web::Registration::registrationType |
is it edu/gov registration?
RegistrationNumberList kerio::web::Registration::regNumbers |
All registration numbers included in registration.
boolean kerio::web::Registration::showQuestions |
Have to show questions?
long kerio::web::Registration::subscribers |
A count of Subscribers (typically users) of the product.
SurveyAnswerList kerio::web::Registration::surveyAnswers |
Survey answers - Answers should be sent in the same order as the questions are displayed.