My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Models.ErrorVo Class Reference

More...

Inheritance diagram for Orbipay.PaymentsApi.Client.Models.ErrorVo:

Public Member Functions

 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...
 

Protected Member Functions

 ErrorVo ()
 Initializes a new instance of the ErrorVo class. More...
 

Properties

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...
 

Detailed Description

This class subject to change without prior notice, Please dont use this class directly.

Constructor & Destructor Documentation

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
codeA string indicating error (required).
messageA human-readable message providing more details about the error. (required).
fieldRefers to the field in the request, if the error is specific to it..

Member Function Documentation

override bool Orbipay.PaymentsApi.Client.Models.ErrorVo.Equals ( object  input)

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean
bool Orbipay.PaymentsApi.Client.Models.ErrorVo.Equals ( ErrorVo  input)

Returns true if ErrorVo instances are equal

Parameters
inputInstance 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

Property Documentation

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: