My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts Class Reference
Inheritance diagram for Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts:
Orbipay.PaymentsApi.Client.Wrappers.Base

Public Member Functions

List< FundingAccountGetList ()
 Gets List More...
 
string GetTotalResultsCount ()
 The total number of funding accounts of the customer matching the search criteria. More...
 
string GetHasMoreResults ()
 true if there are more results or pages More...
 
string GetUrl ()
 This URL fetches the next or previous set of funding accounts, based on the presence of after_object or before_object parameter. More...
 
string GetFromIndex ()
 The id of the object before which the previous set of objects are to be retrieved. More...
 
string GetToIndex ()
 The id of the object after which the next set of objects are to be retrieved. More...
 
string GetQueryId ()
 The query id of the object. More...
 
string GetID_CUSTOMER ()
 The unique identifier assigned by EBPP to the customer. More...
 
string GetPageSize ()
 The maximum number of objects returned in the query. More...
 
string GetAccountNumber ()
 The Account Number to get details of. More...
 
List< string > GetStatus ()
 The status of the funding account in EBPP. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2.... More...
 
string GetAbaRoutingNumber ()
 The ABA/Routing number for the bank account. More...
 
List< string > GetAccountType ()
 The type of the funding account. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2.... More...
 
string GetAccountSubtype ()
 The 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 account. More...
 
FundingAccounts ForClient (string clientKey)
 
FundingAccounts VideChannel (string channel)
 
FundingAccounts FindBy (MultiMap< String > FundingAccountsFilterMap)
 
FundingAccounts ForCustomer (string iDCUSTOMER)
 
FundingAccounts RetrievedBy (string requestor, string requestorType)
 RetrievedBy Method. More...
 
FundingAccounts Get (InvocationContext invocation_context, string live_mode=null, string api_end_point=null)
 Get Method. More...
 
FundingAccounts GetPage (InvocationContext invocation_context, string live_mode=null, string api_end_point=null)
 GetPage Method. More...
 
IEnumerator< FundingAccountsGetEnumerator ()
 
- Public Member Functions inherited from Orbipay.PaymentsApi.Client.Wrappers.Base
String GetLiveMode ()
 
string GetApiEndPoint ()
 
void SetLiveMode (String LiveMode=default(String))
 
void SetHttpStatusCode (int httpStatusCode)
 
InvocationContext GetInvocationContext ()
 
int GetHttpStatusCode ()
 
void SetInvocationContext (InvocationContext invocationContext)
 
void Dispose ()
 

Public Attributes

List< FundingAccountList
 List More...
 
string TotalResultsCount
 The total number of funding accounts of the customer matching the search criteria. More...
 
string HasMoreResults
 true if there are more results or pages More...
 
string Url
 This URL fetches the next or previous set of funding accounts, based on the presence of after_object or before_object parameter. More...
 
string FromIndex
 The id of the object before which the previous set of objects are to be retrieved. More...
 
string ToIndex
 The id of the object after which the next set of objects are to be retrieved. More...
 
string QueryId
 The query id of the object. More...
 
string ID_CUSTOMER
 The unique identifier assigned by EBPP to the customer. More...
 
string pageSize
 The maximum number of objects returned in the query. More...
 
string accountNumber
 The Account Number to get details of. More...
 
List< string > status
 The status of the funding account in EBPP. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2.... More...
 
string abaRoutingNumber
 The ABA/Routing number for the bank account. More...
 
List< string > accountType
 The type of the funding account. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2.... More...
 
string accountSubtype
 The 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 account. More...
 
- Public Attributes inherited from Orbipay.PaymentsApi.Client.Wrappers.Base
int HttpStatusCode
 

Additional Inherited Members

- Protected Member Functions inherited from Orbipay.PaymentsApi.Client.Wrappers.Base
Base VideChannel (string channel)
 
Base RequestedBy (string requestor, string requestorType)
 
Base ForClient (string clientKey)
 
Base SetAPIEndpoint (String LiveMode=null, String apiEndPoint=null)
 
Base WithContext (InvocationContext request, String LiveMode=default(String), String apiEndPoint=null)
 

Member Function Documentation

FundingAccounts Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.FindBy ( MultiMap< String >  FundingAccountsFilterMap)

FindBy Method.

Parameters
FundingAccountsFilterMapThe FundingAccountsFilterMap is of type MultiMap<String>
Returns
FundingAccounts
FundingAccounts Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.ForClient ( string  clientKey)

ForClient Method.

Parameters
ClientKeyThe ClientKey is of type string
Returns
FundingAccounts
FundingAccounts Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.ForCustomer ( string  iDCUSTOMER)

ForCustomer Method.

Parameters
ID_CUSTOMERThe ID_CUSTOMER is of type string
Returns
FundingAccounts
FundingAccounts Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.Get ( InvocationContext  invocation_context,
string  live_mode = null,
string  api_end_point = null 
)

Get Method.

Parameters
invocationContextThe invocationContext is of type InvocationContext
liveModeThe liveMode is of type String
Exceptions
OrbipayApiExceptionThe only Exception that is thrown in Exceptional case
Returns
FundingAccounts
string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetAbaRoutingNumber ( )

The ABA/Routing number for the bank account.

The ABA/Routing number for the bank account.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetAccountNumber ( )

The Account Number to get details of.

The Account Number to get details of.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetAccountSubtype ( )

The 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 account.

The 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 account.

List<string> Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetAccountType ( )

The type of the funding account. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

The type of the funding account. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

IEnumerator<FundingAccounts> Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetEnumerator ( )
string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetFromIndex ( )

The id of the object before which the previous set of objects are to be retrieved.

The id of the object before which the previous set of objects are to be retrieved.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetHasMoreResults ( )

true if there are more results or pages

true if there are more results or pages

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetID_CUSTOMER ( )

The unique identifier assigned by EBPP to the customer.

The unique identifier assigned by EBPP to the customer.

List<FundingAccount> Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetList ( )

Gets List

FundingAccounts Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetPage ( InvocationContext  invocation_context,
string  live_mode = null,
string  api_end_point = null 
)

GetPage Method.

Parameters
invocationContextThe invocationContext is of type InvocationContext
liveModeThe liveMode is of type String
Exceptions
OrbipayApiExceptionThe only Exception that is thrown in Exceptional case
Returns
FundingAccounts
string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetPageSize ( )

The maximum number of objects returned in the query.

The maximum number of objects returned in the query.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetQueryId ( )

The query id of the object.

The query id of the object.

List<string> Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetStatus ( )

The status of the funding account in EBPP. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

The status of the funding account in EBPP. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetToIndex ( )

The id of the object after which the next set of objects are to be retrieved.

The id of the object after which the next set of objects are to be retrieved.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetTotalResultsCount ( )

The total number of funding accounts of the customer matching the search criteria.

The total number of funding accounts of the customer matching the search criteria.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.GetUrl ( )

This URL fetches the next or previous set of funding accounts, based on the presence of after_object or before_object parameter.

This URL fetches the next or previous set of funding accounts, based on the presence of after_object or before_object parameter.

FundingAccounts Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.RetrievedBy ( string  requestor,
string  requestorType 
)

RetrievedBy Method.

Parameters
RequestorThe Requestor is of type string
RequestorTypeThe RequestorType is of type string
Returns
FundingAccounts
FundingAccounts Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.VideChannel ( string  channel)

VideChannel Method.

Parameters
ChannelThe Channel is of type string
Returns
FundingAccounts

Member Data Documentation

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.abaRoutingNumber

The ABA/Routing number for the bank account.

The ABA/Routing number for the bank account.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.accountNumber

The Account Number to get details of.

The Account Number to get details of.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.accountSubtype

The 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 account.

The 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 account.

List<string> Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.accountType

The type of the funding account. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

The type of the funding account. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.FromIndex

The id of the object before which the previous set of objects are to be retrieved.

The id of the object before which the previous set of objects are to be retrieved.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.HasMoreResults

true if there are more results or pages

true if there are more results or pages

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.ID_CUSTOMER

The unique identifier assigned by EBPP to the customer.

The unique identifier assigned by EBPP to the customer.

List<FundingAccount> Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.List

List

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.pageSize

The maximum number of objects returned in the query.

The maximum number of objects returned in the query.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.QueryId

The query id of the object.

The query id of the object.

List<string> Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.status

The status of the funding account in EBPP. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

The status of the funding account in EBPP. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.ToIndex

The id of the object after which the next set of objects are to be retrieved.

The id of the object after which the next set of objects are to be retrieved.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.TotalResultsCount

The total number of funding accounts of the customer matching the search criteria.

The total number of funding accounts of the customer matching the search criteria.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccounts.Url

This URL fetches the next or previous set of funding accounts, based on the presence of after_object or before_object parameter.

This URL fetches the next or previous set of funding accounts, based on the presence of after_object or before_object parameter.


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