Click or drag to resize

PaymentServiceSaveCustomerPaymentProviderSettings Method

Saves the customer payment provider settings.

Namespace:  AMCS.Elemos.IntegrationService.Services.Payment
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SaveCustomerPaymentProviderSettings(
	string authenticationKey,
	IList<CustomerPaymentProviderSettingPartialEntity> partialSettings
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
partialSettings
Type: System.Collections.GenericIListCustomerPaymentProviderSettingPartialEntity
The partial settings.
See Also