Click or drag to resize

AutoPayServiceSaveCustomerAutoPayRequest Method

Saves the customer automatic pay request.

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 void SaveCustomerAutoPayRequest(
	string authenticationKey,
	CustomerAutoPaySaveRequestEntity saveRequest
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
saveRequest
Type: AMCS.Elemos.IntegrationService.Entity.AutoPayCustomerAutoPaySaveRequestEntity
The save request.
See Also