Click or drag to resize

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)
Syntax
public bool CanCustomerManageAutoPay(
	string authenticationKey,
	int customerId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
customerId
Type: SystemInt32
The customer identifier.

Return Value

Type: Boolean
See Also