Click or drag to resize

FinancialServiceSaveDirectDebit Method

Saves the direct debit for a customer

Namespace:  AMCS.Elemos.IntegrationService.Services.Financial
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SaveDirectDebit(
	string authenticationKey,
	CustomerDirectDebitPartialEntity partialDirectDebit
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
partialDirectDebit
Type: AMCS.Elemos.IntegrationService.Entity.FinancialCustomerDirectDebitPartialEntity
The direct debit to save.

Return Value

Type: 
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also