Click or drag to resize

MagneticCardSwipeParseAsFinancialCard Method

Attempts to parse this card as a financial card.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.6.39.0 (1.6.39.0)
Syntax
public FinancialCard ParseAsFinancialCard()

Return Value

Type: FinancialCard
Financial card object if the card type matches, null otherwise
See Also