 | 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)
Syntaxpublic IList<CustomerPaymentProviderSettingPartialEntity> GetCustomerPaymentProviderSettings(
string authKey,
int customerId,
int paymentProviderId
)
Public Function GetCustomerPaymentProviderSettings (
authKey As String,
customerId As Integer,
paymentProviderId As Integer
) As IList(Of CustomerPaymentProviderSettingPartialEntity)
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