Kofax Mobile SDK API Reference
KFXCreditCard.h
Go to the documentation of this file.
1 //
2 // KFXCreditCard.h
3 // kfxLibUIControls
4 //
5 // Copyright (c) 2014 - 2017 Kofax. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 
10 @interface KFXCreditCard : NSObject
11 
12 // ! Cardholder name.
16 @property (nonatomic, strong) NSString *name;
17 
18 // ! Card number.
22 @property (nonatomic, strong) NSString *cardNumber;
23 
24 // ! Expiration month.
28 @property (nonatomic, strong) NSString *expirationMonth;
29 
30 // ! Expiration year.
34 @property (nonatomic, strong) NSString *expirationYear;
35 
36 // ! Security code.
40 @property (nonatomic, strong) NSString *cvv;
41 
42 // ! Card Network.
46 @property (nonatomic, strong) NSString *cardNetwork;
47 
48 @end
NSString * expirationMonth
Definition: KFXCreditCard.h:28
NSString * cardNumber
Definition: KFXCreditCard.h:22
NSString * name
Definition: KFXCreditCard.h:16
NSString * cardNetwork
Definition: KFXCreditCard.h:46
Definition: KFXCreditCard.h:10
NSString * expirationYear
Definition: KFXCreditCard.h:34
NSString * cvv
Definition: KFXCreditCard.h:40
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.