Click or drag to resize

AutoPayServiceRunAutoPayForMinimumBalance Method

Runs the automatic pay for minimum balance.

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 RunAutoPayForMinimumBalance(
	string authenticationKey,
	IList<int> restrictByDepartmentIds
)

Parameters

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