Get the description of the receipt status
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property StatusDescription As String |
| C# |
|---|
| public string StatusDescription { get; set; } |
| C++ |
|---|
| public property string StatusDescription sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_StatusDescription(); /** property */ public void set_StatusDescription(string value); |
| JScript |
|---|
| public function get StatusDescription() : String public function set StatusDescription(value : String); |