Click or drag to resize

IGoCardlessUpdateMandate Method

Updates a mandate object. This accepts only the metadata parameter.

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

Parameters

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

Return Value

Type: GoCardlessMandate
GoCardless.Mandate object
See Also