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

More...

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

Public Member Functions

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

Protected Member Functions

 PaymentAuthCustomerRequest ()
 Initializes a new instance of the PaymentAuthCustomerRequest class. More...
 

Properties

string Id [get, set]
 The unique identifier assigned by EBPP to 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.PaymentAuthCustomerRequest.PaymentAuthCustomerRequest ( )
protected

Initializes a new instance of the PaymentAuthCustomerRequest class.

Orbipay.PaymentsApi.Client.Models.PaymentAuthCustomerRequest.PaymentAuthCustomerRequest ( string  id = default(string))

Initializes a new instance of the PaymentAuthCustomerRequest class.

Parameters
idThe unique identifier assigned by EBPP to the customer. (required).

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if PaymentAuthCustomerRequest instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

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

The unique identifier assigned by EBPP to the customer.

The unique identifier assigned by EBPP to the customer.


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