9 #import <Foundation/Foundation.h>
10 #import "IDTEMVData.h"
36 @property (nonatomic, strong) NSString* track1MSR;
37 @property (nonatomic, strong) NSString* track2MSR;
38 @property (nonatomic, strong) NSDictionary* clearingRecord;
39 @property (nonatomic, strong) NSDictionary* unencryptedTags;
40 @property (nonatomic, strong) NSDictionary* encryptedTags;
41 @property (nonatomic, strong) NSDictionary* maskedTags;
NSDictionary * maskedTags
EMV card data.
Definition: CTLSResponse.h:23
NSString * track2MSR
Track 2 data from MSR.
Definition: CTLSResponse.h:19
NSDictionary * clearingRecord
DE 055 data (if available) as a TLV data objects. The DE 055 data is the same data as is included in ...
Definition: CTLSResponse.h:20
NSDictionary * unencryptedTags
EMV card data.
Definition: CTLSResponse.h:21
NSString * track1MSR
Track 1 data from MSR.
Definition: CTLSResponse.h:18
Definition: CTLSResponse.h:17
NSDictionary * encryptedTags
EMV card data.
Definition: CTLSResponse.h:22