Click or drag to resize

AutoPayServiceGetCustomerAutoPay Method

Gets the customer automatic pay.

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 CustomerAutoPayPartialEntity GetCustomerAutoPay(
	string authenticationKey,
	int customerId
)

Parameters

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

Return Value

Type: CustomerAutoPayPartialEntity
See Also