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