 | AutoPayServiceCanCustomerManageAutoPay Method |
Determines whether this instance [can customer manage automatic pay] the specified customer identifier.
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 bool CanCustomerManageAutoPay(
string authenticationKey,
int customerId
)
Public Function CanCustomerManageAutoPay (
authenticationKey As String,
customerId As Integer
) As Boolean
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - customerId
- Type: SystemInt32
The customer identifier.
Return Value
Type:
Boolean
See Also