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

More...

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

Public Member Functions

 ErrorResponseVo (List< ErrorVo > errors=default(List< ErrorVo >))
 Initializes a new instance of the ErrorResponseVo 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 (ErrorResponseVo input)
 Returns true if ErrorResponseVo instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< ErrorVoErrors [get, set]
 Gets or Sets Errors More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.ErrorResponseVo.ErrorResponseVo ( List< ErrorVo errors = default(List<ErrorVo>))

Initializes a new instance of the ErrorResponseVo class.

Parameters
errorserrors.

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if ErrorResponseVo instances are equal

Parameters
inputInstance of ErrorResponseVo to be compared
Returns
Boolean
override int Orbipay.PaymentsApi.Client.Models.ErrorResponseVo.GetHashCode ( )

Gets the hash code

Returns
Hash code
virtual string Orbipay.PaymentsApi.Client.Models.ErrorResponseVo.ToJson ( )
virtual

Returns the JSON string presentation of the object

Returns
string
override string Orbipay.PaymentsApi.Client.Models.ErrorResponseVo.ToString ( )

Returns the string presentation of the object

Returns
string

Property Documentation

List<ErrorVo> Orbipay.PaymentsApi.Client.Models.ErrorResponseVo.Errors
getset

Gets or Sets Errors


The documentation for this class was generated from the following file: