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

More...

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

Public Member Functions

 DeleteResponse (string deleted=default(string), string id=default(string))
 Initializes a new instance of the DeleteResponse 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 (DeleteResponse input)
 Returns true if DeleteResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Id [get, set]
 The id of the deleted resource. More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.DeleteResponse.DeleteResponse ( string  deleted = default(string),
string  id = default(string) 
)

Initializes a new instance of the DeleteResponse class.

Parameters
deleteddeleted.
idThe id of the deleted resource..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if DeleteResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.DeleteResponse.Id
getset

The id of the deleted resource.

The id of the deleted resource.


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