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
)
Function CancelMandate (
input As GoCardlessMandate
) As GoCardlessMandate
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessMandate
required: id
optional: metadata, IDEMPOTENCYKEY
Return Value
Type:
GoCardlessMandateGoCardless.Mandate object
See Also