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

More...

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

Public Member Functions

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

Properties

CustomerSnapshotResponse Customer [get, set]
 Gets or Sets Customer More...
 
ContactResponse Contact [get, set]
 Gets or Sets Contact More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.CustomerContactResponse.CustomerContactResponse ( CustomerSnapshotResponse  customer = default(CustomerSnapshotResponse),
ContactResponse  contact = default(ContactResponse) 
)

Initializes a new instance of the CustomerContactResponse class.

Parameters
customercustomer.
contactcontact.

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if CustomerContactResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

ContactResponse Orbipay.PaymentsApi.Client.Models.CustomerContactResponse.Contact
getset

Gets or Sets Contact

CustomerSnapshotResponse Orbipay.PaymentsApi.Client.Models.CustomerContactResponse.Customer
getset

Gets or Sets Customer


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