 | PaymentServiceIsPaymentPointIdValid Method |
Returns True if provided Id number is a valid PaymentPointId
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 bool IsPaymentPointIdValid(
string authenticationKey,
int paymentPointId,
out PaymentPointEntity paymentPoint
)
Public Function IsPaymentPointIdValid (
authenticationKey As String,
paymentPointId As Integer,
<OutAttribute> ByRef paymentPoint As PaymentPointEntity
) As Boolean
Parameters
- authenticationKey
- Type: SystemString
Authentication Key - paymentPointId
- Type: SystemInt32
Id of PaymentPoint to Test - paymentPoint
- Type: PaymentPointEntity
The payment point.
Return Value
Type:
Boolean
See Also