Click or drag to resize

IGoCardlessGetBankAccountDetail Method

Retrieves the details of an existing bank account.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
GoCardlessCustomerBankAccount GetBankAccountDetail(
	GoCardlessCustomerBankAccount input
)

Parameters

input
Type: NetQuarry.Services.PaymentGoCardlessCustomerBankAccount
required: id. optional: IDEMPOTENCYKEY

Return Value

Type: GoCardlessCustomerBankAccount
GoCardless.CustomerBankAccount object
See Also