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

More...

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

Public Member Functions

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

Properties

string Id [get, set]
 The unique identifier assigned by EBPP to the customer. More...
 
string Url [get, set]
 The URL that can be used to fetch the details of the 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.PaymentAuthCustomerResponse.PaymentAuthCustomerResponse ( string  id = default(string),
string  url = default(string) 
)

Initializes a new instance of the PaymentAuthCustomerResponse class.

Parameters
idThe unique identifier assigned by EBPP to the customer..
urlThe URL that can be used to fetch the details of the customer..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if PaymentAuthCustomerResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

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

The unique identifier assigned by EBPP to the customer.

The unique identifier assigned by EBPP to the customer.

string Orbipay.PaymentsApi.Client.Models.PaymentAuthCustomerResponse.Url
getset

The URL that can be used to fetch the details of the customer.

The URL that can be used to fetch the details of the customer.


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