BUYMaskedCreditCard Class Reference
Inherits from | BUYObject : NSObject |
---|---|
Declared in | BUYMaskedCreditCard.h |
firstName
The first name on the credit card
@property (nonatomic, copy) NSString *firstName
Declared In
BUYMaskedCreditCard.h
lastName
The last name on the credit card
@property (nonatomic, copy) NSString *lastName
Declared In
BUYMaskedCreditCard.h
firstDigits
The first digits of credit card number.
@property (nonatomic, copy) NSString *firstDigits
Declared In
BUYMaskedCreditCard.h
lastDigits
The last digits of credit card number.
@property (nonatomic, copy) NSString *lastDigits
Declared In
BUYMaskedCreditCard.h
expiryYear
The year the card expires
@property (nonatomic, copy) NSNumber *expiryYear
Declared In
BUYMaskedCreditCard.h
expiryMonth
The two digits representing the month the card expires
@property (nonatomic, copy) NSNumber *expiryMonth
Declared In
BUYMaskedCreditCard.h