Class GetTrialArgs
This is the args to perform a GetTrialArgs
Inheritance
System.Object
GetTrialArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.String |
CapchaID
The capcha ID
Declaration
public string CapchaID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CultureID
The cultureID
Declaration
public string CultureID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
The email request the trial
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndPointConfigurationName
The endpoint configuration name
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndPointUri
the endpoint uri
Declaration
public Uri EndPointUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |