Click or drag to resize

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)
Syntax
public bool IsPaymentPointIdValid(
	string authenticationKey,
	int paymentPointId,
	out PaymentPointEntity paymentPoint
)

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