 | AutoPayServiceGetCustomerAutoPay Method |
Gets the customer automatic pay.
Namespace:
AMCS.Elemos.IntegrationService.Services.AutoPay
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CustomerAutoPayPartialEntity GetCustomerAutoPay(
string authenticationKey,
int customerId
)
Public Function GetCustomerAutoPay (
authenticationKey As String,
customerId As Integer
) As CustomerAutoPayPartialEntity
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - customerId
- Type: SystemInt32
The customer identifier.
Return Value
Type:
CustomerAutoPayPartialEntity
See Also