E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

trackType (property)

Indicates the type of the specified TrackData .

Syntax

@property (nonatomic,readonly,assign,getter=trackType) int trackType;
- (int)trackType;

/* Possible Values */
TT_UNKNOWN(0),
TT_TRACK_1(1),
TT_TRACK_2(2)
public var trackType: CardvalidatorTrackTypes {
  get {...}
}
public enum CardvalidatorTrackTypes : Int32 { case ttUnknown = 0 case ttTrack1 = 1 case ttTrack2 = 2 }

Default Value

0

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.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 iOS Edition - Version 20.0 [Build 7941]