Creates the recurring payment described by the request.
Namespace: Bluefin.Web.ClientAssembly: 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
Parameters
- request
- Type: Bluefin.Web.Client SchedulingRequest
Recurring Payment Schedule parameters.
Return Value
The instance of SchedulingResponse.Remarks
- 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