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

More...

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

Public Member Functions

 SourcePaymentCustomerAccount (string id=default(string), string url=default(string), string accountNumber=default(string))
 Initializes a new instance of the SourcePaymentCustomerAccount 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 (SourcePaymentCustomerAccount input)
 Returns true if SourcePaymentCustomerAccount 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 AccountNumber [get, set]
 The number or reference that a customer uses to identify the customer's account. More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.SourcePaymentCustomerAccount.SourcePaymentCustomerAccount ( string  id = default(string),
string  url = default(string),
string  accountNumber = default(string) 
)

Initializes a new instance of the SourcePaymentCustomerAccount class.

Parameters
idid.
urlThis URL fetches the details of source payment..
accountNumberThe number or reference that a customer uses to identify the customer's account..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if SourcePaymentCustomerAccount instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.SourcePaymentCustomerAccount.AccountNumber
getset

The number or reference that a customer uses to identify the customer's account.

The number or reference that a customer uses to identify the customer's account.

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

Gets or Sets Id

string Orbipay.PaymentsApi.Client.Models.SourcePaymentCustomerAccount.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: