Click or drag to resize

PaymentServiceGetCustomerPaymentProviderSettings Method

Gets 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 IList<CustomerPaymentProviderSettingPartialEntity> GetCustomerPaymentProviderSettings(
	string authKey,
	int customerId,
	int paymentProviderId
)

Parameters

authKey
Type: SystemString
The authentication key.
customerId
Type: SystemInt32
The customer identifier.
paymentProviderId
Type: SystemInt32
The payment provider identifier.

Return Value

Type: IListCustomerPaymentProviderSettingPartialEntity
See Also