 | 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)
Syntaxpublic void RunAutoPayForInterval(
string authenticationKey,
IList<int> restrictByDepartmentIds
)
Public Sub RunAutoPayForInterval (
authenticationKey As String,
restrictByDepartmentIds As IList(Of Integer)
)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - restrictByDepartmentIds
- Type: System.Collections.GenericIListInt32
The restrict by department ids.
See Also