wrappers/FundingAccounts

The FundingAccounts wrapper module.

Members

inner aba_routing_number :String

The ABA/Routing number for the bank account.

inner account_number :String

The Account Number to get details of.

inner account_subtype :String

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.

inner from_index :String

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

inner FundingAccount

inner has_more_results :String

true if there are more results or pages

inner ID_CUSTOMER :String

The unique identifier assigned by EBPP to the customer.

inner page_size :String

The maximum number of objects returned in the query.

inner query_id :String

The query id of the object.

inner String

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

inner String

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

inner to_index :String

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

inner total_results_count :String

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

inner url :String

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

Methods

findBy(aba_routing_number, Stringopt, account_subtype, account_number, Stringopt, page_size, query_id, from_index, to_index) → {module:wrappers/FundingAccounts}

Parameters:
Name Type Attributes Description
aba_routing_number String

The aba_routing_number of FundingAccounts.

String <optional>

account_type - The account_type of FundingAccounts.

account_subtype String

The account_subtype of FundingAccounts.

account_number String

The account_number of FundingAccounts.

String <optional>

status - The status of FundingAccounts.

page_size String

The page_size of FundingAccounts.

query_id String

The query_id of FundingAccounts.

from_index String

The from_index of FundingAccounts.

to_index String

The to_index of FundingAccounts.

Returns:
module:wrappers/FundingAccounts -

The instance of FundingAccounts.

forClient(client_key) → {module:wrappers/FundingAccounts}

Parameters:
Name Type Description
client_key String

The client_key of FundingAccounts.

Returns:
module:wrappers/FundingAccounts -

The instance of FundingAccounts.

forCustomer(ID_CUSTOMER) → {module:wrappers/FundingAccounts}

Parameters:
Name Type Description
ID_CUSTOMER String

The ID_CUSTOMER of FundingAccounts.

Returns:
module:wrappers/FundingAccounts -

The instance of FundingAccounts.

videChannel(channel) → {module:wrappers/FundingAccounts}

Parameters:
Name Type Description
channel String

The channel of FundingAccounts.

Returns:
module:wrappers/FundingAccounts -

The instance of FundingAccounts.