SchedulingLayerGateway Setup Method Bluefin Web Client API Documentation
Creates the recurring payment described by the request.

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 Setup ( _
	request As SchedulingRequest _
) As SchedulingResponse

Return Value

The instance of SchedulingResponse.
Remarks

The key components of a recurring payment are:
  • Recurring schedule - use one of the supported values defined in RecurringSchedule
  • Recurring payment amount - the dollar amount to be paid each period
  • Payments remaining - limits the number of times the recurring payment will happen
  • Start date - identifies when the initial transaction runs
  • Status - the information that tells the Bluefin schedule component whether to run a transaction.
See Also