SchedulingLayerGateway Cancel Method Bluefin Web Client API Documentation
Cancel the recurring payment identified by recurringID

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Public Function Cancel ( _
	recurringID As String _
) As SchedulingResponse

Parameters

recurringID
Type: OnlineSystem String
String of recurring payment ID to cancel.

Return Value

The instance of SchedulingResponse.
Remarks

When you cancel a recurring payment, it is completely removed from the system. You cannot re-enable a canceled recurring payment. It must be setup as a new recurring payment.
See Also