Kofax Mobile SDK API Reference
kfxCreditCardCaptureParameters.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxCreditCardCaptureParameters.h
4 // Framework: MobileSDK
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 
8 #import <MobileSDK/kfxIParameters.h>
9 
11 
14 typedef NS_ENUM (NSInteger, kfxCardStyle)
15 {
17  kfxCardStyle_Flat // Conserved for future use
18 };
19 
21 
29 
31 
41 @property (nonatomic, assign) kfxCardStyle cardStyle;
42 
44 
48 @property (nonatomic, assign) NSTimeInterval extraTimeForExpiry;
49 
50 @end
kfxCardStyle
An enumeration containing the possible credit card styles values.
Definition: kfxCreditCardCaptureParameters.h:14
NSTimeInterval extraTimeForExpiry
Extra time for expiry date scan.
Definition: kfxCreditCardCaptureParameters.h:48
Definition: kfxCreditCardCaptureParameters.h:17
The credit card capture view controller parameters.
Definition: kfxCreditCardCaptureParameters.h:28
kfxCardStyle cardStyle
A credit card style value that determines credit card detection functionality.
Definition: kfxCreditCardCaptureParameters.h:41
Definition: kfxCreditCardCaptureParameters.h:16
The base class for capture view controller parameters.
Definition: kfxIParameters.h:18
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.