Class ValourResponse<T>
Inheritance
System.Object
ValourResponse<T>
Assembly: Valour.Net.dll
Syntax
public class ValourResponse<T> : object
Type Parameters
Properties
|
Improve this Doc
View Source
Data
Declaration
public T Data { get; set; }
Property Value
|
Improve this Doc
View Source
Message
Declaration
public string Message { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Success
Declaration
public bool Success { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|