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

More...

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

Public Member Functions

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

Properties

string AccountNumber [get, set]
 The number or reference that a customer uses to identify the funding account. or last 4 digits of account number. More...
 
string IssuerName [get, set]
 The name of the authority that has issued the 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.RecordedPaymentFundingAccount.RecordedPaymentFundingAccount ( string  accountNumber = default(string),
string  issuerName = default(string) 
)

Initializes a new instance of the RecordedPaymentFundingAccount class.

Parameters
accountNumberThe number or reference that a customer uses to identify the funding account. or last 4 digits of account number..
issuerNameThe name of the authority that has issued the account..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if RecordedPaymentFundingAccount instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

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

The number or reference that a customer uses to identify the funding account. or last 4 digits of account number.

The number or reference that a customer uses to identify the funding account. or last 4 digits of account number.

string Orbipay.PaymentsApi.Client.Models.RecordedPaymentFundingAccount.IssuerName
getset

The name of the authority that has issued the account.

The name of the authority that has issued the account.


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