Class GetTrialArgs
This is the args to perform a GetTrialArgs
Inherited Members
Namespace: SecureExchangesSDK.Models.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class GetTrialArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration
Properties
Capcha
The capcha image content available at /EncrypteData.asmx/GenerateCaptcha and /CaptchaImage/JpegImage.aspx?ObjId={1}
Declaration
public string Capcha { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CapchaID
The capcha ID
Declaration
public string CapchaID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CultureID
The cultureID
Declaration
public string CultureID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
The email request the trial
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndPointConfigurationName
The endpoint configuration name
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndPointUri
the endpoint uri
Declaration
public Uri EndPointUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Uri |