 | PaymentServiceGetPortalPaymentRequest Method |
Gets the portal payment request.
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 PortalExternalPaymentRequestPartialEntity GetPortalPaymentRequest(
string authKey,
Nullable<int> paymentTransactionId,
Nullable<Guid> guid
)
Public Function GetPortalPaymentRequest (
authKey As String,
paymentTransactionId As Nullable(Of Integer),
guid As Nullable(Of Guid)
) As PortalExternalPaymentRequestPartialEntity
Parameters
- authKey
- Type: SystemString
The authentication key. - paymentTransactionId
- Type: SystemNullableInt32
The payment transaction identifier. - guid
- Type: SystemNullableGuid
The unique identifier.
Return Value
Type:
PortalExternalPaymentRequestPartialEntity
Exceptions
See Also