Click or drag to resize

AutoPayServiceRunAutoPayForInterval Method

Runs the automatic pay for interval.

Namespace:  AMCS.Elemos.IntegrationService.Services.AutoPay
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void RunAutoPayForInterval(
	string authenticationKey,
	IList<int> restrictByDepartmentIds
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
restrictByDepartmentIds
Type: System.Collections.GenericIListInt32
The restrict by department ids.
See Also