Click or drag to resize

FinancialCardIsNumberValid Method

Gets whether or not the card passes Luhn's algorithm

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public bool IsNumberValid()

Return Value

Type: Boolean
whether the card is valid based on Luhn's algorithm.
See Also