LUCreditCardPaymentMethod Class Reference
| Inherits from | LUAbstractPaymentMethod : LUAPIModel : NSObject | 
| Declared in | LUCreditCardPaymentMethod.h LUCreditCardPaymentMethod.m  | 
Tasks
- 
	
		
debitproperty - 
	
		
expirationMonthproperty - 
	
		
expirationYearproperty - 
	
		
issuerproperty - 
	
		
last4Digitsproperty 
Properties
debit
YES if this is a debit card, else NO.
@property (nonatomic, assign, readonly) BOOL debitDiscussion
YES if this is a debit card, else NO.
Declared In
LUCreditCardPaymentMethod.hexpirationMonth
The card’s expiration month, as a number from 1 to 12.
@property (nonatomic, copy) NSNumber *expirationMonthDiscussion
The card’s expiration month, as a number from 1 to 12.
Declared In
LUCreditCardPaymentMethod.hexpirationYear
The card’s expiration year as a four digit number (e.g. 2020).
@property (nonatomic, copy) NSNumber *expirationYearDiscussion
The card’s expiration year as a four digit number (e.g. 2020).
Declared In
LUCreditCardPaymentMethod.h