Click or drag to resize

PaymentServiceIsPaymentTypeIdValid Method

Returns True if provided Id number is a valid PaymentTypeId

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 IsPaymentTypeIdValid(
	string authenticationKey,
	int paymentTypeId,
	out PaymentTypeEntity paymentType
)

Parameters

authenticationKey
Type: SystemString
Authentication Key
paymentTypeId
Type: SystemInt32
The payment type identifier.
paymentType
Type: PaymentTypeEntity
Type of the payment.

Return Value

Type: Boolean
See Also