E-Payment Integrator 2016 .NET Edition
E-Payment Integrator 2016 .NET Edition
Questions / Feedback?

TrackType Property

Indicates the type of the specified TrackData .

Syntax

[VB.NET]
Public ReadOnlyProperty TrackType As CardvalidatorTrackTypes

[C#]
public CardvalidatorTrackTypes TrackType {get;}

enum CardvalidatorTrackTypes { ttUnknown, ttTrack1, ttTrack2 }

Remarks

This property will be filled after a call to ValidateCard. If magnetic stripe data was supplied in the TrackData field, this property will indicate which type of track was entered. If no track data was entered (ie, the CardNumber was specified instead) then the TrackType will be ttUnknown.

This property is read-only and not available at design time.

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
E-Payment Integrator 2016 .NET Edition - Version 16.0 [Build 7354]