Click or drag to resize

IGoCardlessCancelMandate Method

Immediately cancels a mandate and all associated cancellable payments. Any metadata supplied to this endpoint will be stored on the mandate cancellation event it causes.

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

Parameters

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

Return Value

Type: GoCardlessMandate
GoCardless.Mandate object
See Also