More...
|
| ErrorVo (string code=default(string), string message=default(string), string field=default(string)) |
| Initializes a new instance of the ErrorVo class. More...
|
|
override string | ToString () |
| Returns the string presentation of the object More...
|
|
virtual string | ToJson () |
| Returns the JSON string presentation of the object More...
|
|
override bool | Equals (object input) |
| Returns true if objects are equal More...
|
|
bool | Equals (ErrorVo input) |
| Returns true if ErrorVo instances are equal More...
|
|
override int | GetHashCode () |
| Gets the hash code More...
|
|
|
string | Code [get, set] |
| A string indicating error More...
|
|
string | Message [get, set] |
| A human-readable message providing more details about the error. More...
|
|
string | Field [get, set] |
| Refers to the field in the request, if the error is specific to it. More...
|
|
This class subject to change without prior notice, Please dont use this class directly.
Orbipay.PaymentsApi.Client.Models.ErrorVo.ErrorVo |
( |
| ) |
|
|
protected |
Initializes a new instance of the ErrorVo class.
Orbipay.PaymentsApi.Client.Models.ErrorVo.ErrorVo |
( |
string |
code = default(string) , |
|
|
string |
message = default(string) , |
|
|
string |
field = default(string) |
|
) |
| |
Initializes a new instance of the ErrorVo class.
- Parameters
-
code | A string indicating error (required). |
message | A human-readable message providing more details about the error. (required). |
field | Refers to the field in the request, if the error is specific to it.. |
override bool Orbipay.PaymentsApi.Client.Models.ErrorVo.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
bool Orbipay.PaymentsApi.Client.Models.ErrorVo.Equals |
( |
ErrorVo |
input | ) |
|
Returns true if ErrorVo instances are equal
- Parameters
-
input | Instance of ErrorVo to be compared |
- Returns
- Boolean
override int Orbipay.PaymentsApi.Client.Models.ErrorVo.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
virtual string Orbipay.PaymentsApi.Client.Models.ErrorVo.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
override string Orbipay.PaymentsApi.Client.Models.ErrorVo.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
string Orbipay.PaymentsApi.Client.Models.ErrorVo.Code |
|
getset |
A string indicating error
A string indicating error
string Orbipay.PaymentsApi.Client.Models.ErrorVo.Field |
|
getset |
Refers to the field in the request, if the error is specific to it.
Refers to the field in the request, if the error is specific to it.
string Orbipay.PaymentsApi.Client.Models.ErrorVo.Message |
|
getset |
A human-readable message providing more details about the error.
A human-readable message providing more details about the error.
The documentation for this class was generated from the following file: