 | 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)
Syntaxpublic bool IsPaymentTypeIdValid(
string authenticationKey,
int paymentTypeId,
out PaymentTypeEntity paymentType
)
Public Function IsPaymentTypeIdValid (
authenticationKey As String,
paymentTypeId As Integer,
<OutAttribute> ByRef paymentType As PaymentTypeEntity
) As Boolean
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