Click or drag to resize

IGoCardlessUpdateBankAccount Method

Updates a customer bank account object. Only the metadata parameter is allowed.

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

Parameters

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

Return Value

Type: GoCardlessCustomerBankAccount
GoCardless.CustomerBankAccount object
See Also