Click or drag to resize

AutoPayServiceInitiateAutoPayRequest Method

Initiates the 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 InitiateAutoPayResultEntity InitiateAutoPayRequest(
	string authenticationKey,
	InitiateAutoPayRequestEntity request
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
request
Type: AMCS.Elemos.IntegrationService.Entity.AutoPayInitiateAutoPayRequestEntity
The request.

Return Value

Type: InitiateAutoPayResultEntity
See Also