Atalasoft MobileImage API Reference
Properties | List of all members
KFXCreditCard Class Reference

#import <KFXCreditCard.h>

Inheritance diagram for KFXCreditCard:

Properties

NSString * name
 
NSString * cardNumber
 
NSString * expirationMonth
 
NSString * expirationYear
 
NSString * cvv
 
NSString * cardNetwork
 

Property Documentation

◆ cardNetwork

- (NSString*) cardNetwork
readwritenonatomicstrong

This property contains the card network for this CreditCard object.

◆ cardNumber

- (NSString*) 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

◆ cvv

- (NSString*) cvv
readwritenonatomicstrong

This property contains the security code for this CreditCard object.

◆ expirationMonth

- (NSString*) 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.

◆ expirationYear

- (NSString*) 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.

◆ name

- (NSString*) 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 Atalasoft, Inc., 116 Pleasant St, Suite 321, Easthampton, MA 01027, U.S.A. All rights reserved. Use is subject to license terms.