Click or drag to resize

IGoCardlessGetBankAccountList Method

Returns a cursor-paginated list of your bank accounts.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
List<GoCardlessCustomerBankAccount> GetBankAccountList(
	GoCardlessCustomerBankAccount input,
	GoCardlessMetaClass meta = null
)

Parameters

input
Type: NetQuarry.Services.PaymentGoCardlessCustomerBankAccount
optional: enabled, links.customer, IDEMPOTENCYKEY
meta (Optional)
Type: NetQuarry.Services.PaymentGoCardlessMetaClass
Set anything wanted about how to control what list to get

Return Value

Type: ListGoCardlessCustomerBankAccount
List of GoCardless.CustomerBankAccount objects.
See Also