 | PaymentServiceGetPaymentByReference Method |
Payment By Reference.
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 PaymentPartialEntity GetPaymentByReference(
string authenticationKey,
string paymentReference
)
Public Function GetPaymentByReference (
authenticationKey As String,
paymentReference As String
) As PaymentPartialEntity
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - paymentReference
- Type: SystemString
Reference.
Return Value
Type:
PaymentPartialEntity
See Also