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

More...

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

Public Member Functions

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

Properties

string Value [get, set]
 The customer's contact information that is linked to customer More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.ContactResponse.ContactResponse ( string  value = default(string),
string  type = default(string),
string  status = default(string) 
)

Initializes a new instance of the ContactResponse class.

Parameters
valueThe customer's contact information that is linked to customer.
typeThe type of contact..
statusThe status of the customer's contact in EBPP..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if ContactResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.ContactResponse.Value
getset

The customer's contact information that is linked to customer

The customer's contact information that is linked to customer


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