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

More...

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

Public Member Functions

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

Properties

string Id [get, set]
 Gets or Sets Id More...
 
string Url [get, set]
 This URL fetches the details of source payment. More...
 
string CustomerReference [get, set]
 The unique identifier in the client system for 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.SourcePaymentCustomer.SourcePaymentCustomer ( string  id = default(string),
string  url = default(string),
string  customerReference = default(string) 
)

Initializes a new instance of the SourcePaymentCustomer class.

Parameters
idid.
urlThis URL fetches the details of source payment..
customerReferenceThe unique identifier in the client system for the customer..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if SourcePaymentCustomer instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.SourcePaymentCustomer.CustomerReference
getset

The unique identifier in the client system for the customer.

The unique identifier in the client system for the customer.

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

Gets or Sets Id

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

This URL fetches the details of source payment.

This URL fetches the details of source payment.


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