Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

DigitCheckPassed Property

Indicates the results of the Luhn Digit Check algorithm.

Syntax

[VB.NET]
Public ReadOnlyProperty DigitCheckPassed As Boolean

[C#]
public bool DigitCheckPassed {get;}

Remarks

The ValidateCard method checks whether or not the CardNumber conforms to the mod-10 digit check algorithm, and stores that result in the DigitCheckPassed property. Note that a card may pass this check and still be an invalid card. (Either a fake number that passes the digit check, or an unknown CardType).

This property is read-only.

Default Value

False

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0