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

More...

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

Public Member Functions

 FundingAccountSnapshotResponse (string id=default(string), string url=default(string), string accountNumber=default(string), string accountType=default(string), string accountSubtype=default(string), string abaRoutingNumber=default(string), string issuerName=default(string), string nickname=default(string), string displayText=default(string), string accountHolderName=default(string))
 Initializes a new instance of the FundingAccountSnapshotResponse 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 (FundingAccountSnapshotResponse input)
 Returns true if FundingAccountSnapshotResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Id [get, set]
 Id is a unique identifier assigned to the account in EBPP. More...
 
string Url [get, set]
 This URL fetches the funding account details. More...
 
string AccountNumber [get, set]
 The number or reference that a customer uses to identify the funding account. In case of Apple Pay, this is the device-specific account number of the card. More...
 
string AbaRoutingNumber [get, set]
 The ABA/Routing number for the bank account. More...
 
string IssuerName [get, set]
 The name of the authority that has issued the account. This is relevant only in the case of bank accounts. More...
 
string Nickname [get, set]
 The nickname by which a customer might want to identify the account. More...
 
string DisplayText [get, set]
 UI representation of the account. More...
 
string AccountHolderName [get, set]
 The name as specified on 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.FundingAccountSnapshotResponse.FundingAccountSnapshotResponse ( string  id = default(string),
string  url = default(string),
string  accountNumber = default(string),
string  accountType = default(string),
string  accountSubtype = default(string),
string  abaRoutingNumber = default(string),
string  issuerName = default(string),
string  nickname = default(string),
string  displayText = default(string),
string  accountHolderName = default(string) 
)

Initializes a new instance of the FundingAccountSnapshotResponse class.

Parameters
idId is a unique identifier assigned to the account in EBPP..
urlThis URL fetches the funding account details..
accountNumberThe number or reference that a customer uses to identify the funding account. In case of Apple Pay, this is the device-specific account number of the card..
accountTypeThe type of the funding account..
accountSubtypeThe sub type of the funding account. This is derived by EBPP in the case of card funding accounts. It needs to be passed when adding or editing a DDA/Bank/ApplePay account..
abaRoutingNumberThe ABA/Routing number for the bank account..
issuerNameThe name of the authority that has issued the account. This is relevant only in the case of bank accounts..
nicknameThe nickname by which a customer might want to identify the account..
displayTextUI representation of the account..
accountHolderNameThe name as specified on the account..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if FundingAccountSnapshotResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.AbaRoutingNumber
getset

The ABA/Routing number for the bank account.

The ABA/Routing number for the bank account.

string Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.AccountHolderName
getset

The name as specified on the account.

The name as specified on the account.

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

The number or reference that a customer uses to identify the funding account. In case of Apple Pay, this is the device-specific account number of the card.

The number or reference that a customer uses to identify the funding account. In case of Apple Pay, this is the device-specific account number of the card.

string Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.DisplayText
getset

UI representation of the account.

UI representation of the account.

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

Id is a unique identifier assigned to the account in EBPP.

Id is a unique identifier assigned to the account in EBPP.

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

The name of the authority that has issued the account. This is relevant only in the case of bank accounts.

The name of the authority that has issued the account. This is relevant only in the case of bank accounts.

string Orbipay.PaymentsApi.Client.Models.FundingAccountSnapshotResponse.Nickname
getset

The nickname by which a customer might want to identify the account.

The nickname by which a customer might want to identify the account.

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

This URL fetches the funding account details.

This URL fetches the funding account details.


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