Kofax Mobile SDK API Reference
Properties | List of all members
kfxCreditCardData Class Reference

This object represents credit card data. More...

#import <kfxCreditCardData.h>

Inheritance diagram for kfxCreditCardData:
kfxCaptureData

Properties

kfxDataFieldname
 
kfxDataFieldcardNumber
 
kfxDataFieldexpirationMonth
 
kfxDataFieldexpirationYear
 
kfxDataFieldcvv
 
- Properties inherited from kfxCaptureData
NSString * originalImage
 Identifier for the image captured by capture view controller classes. More...
 
NSString * processedImage
 Identifier for the image processed by image processor. More...
 

Detailed Description

This object represents credit card data.

Contains the information extracted from credit card image.

Property Documentation

- (kfxDataField*) cardNumber
readwritenonatomicstrong

This property contains the card number for this CreditCard object. When automatically populated, the card number is 15 or 16 digits with no spaces

- (kfxDataField*) cvv
readwritenonatomicstrong

This property contains the security code for this CreditCard object.

- (kfxDataField*) expirationMonth
readwritenonatomicstrong

This property contains the expiration month for this CreditCard object. When automatically populated, the expiration month is a two-digit string. This string is empty if expiration month extraction is unsuccessful.

- (kfxDataField*) expirationYear
readwritenonatomicstrong

This property contains the expiration year for this CreditCard object. When automatically populated, the expiration year is a four-digit string. This string is empty if expiration year extraction is unsuccessful.

- (kfxDataField*) name
readwritenonatomicstrong

This property contains the cardholder name for this CreditCard object.


The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.