PPRetailManuallyEnteredCard Class Reference

Inherits from PPRetailCard : PPRetailObject : NSObject
Declared in PPRetailManuallyEnteredCard.h

Overview

Certain regions support manual entry of credit card numbers. The retail SDK requires that you use an EMV certified terminal to gather an encrypted PAN and when doing so, an object of type ManuallyEnteredCard would be returned, which can be presented to the backend services to collect payment

– setCardNumber:

cardNumber Number of the provided card

- (void)setCardNumber:(NSString *_Nullable)value

Discussion

cardNumber Number of the provided card

Declared In

PPRetailManuallyEnteredCard.h

– getCardNumber

cardNumber Number of the provided card

- (NSString *_Nullable)getCardNumber

Discussion

cardNumber Number of the provided card

Declared In

PPRetailManuallyEnteredCard.h

– setCVV:

The CVV on the card for payment. E.g. 131

- (void)setCVV:(NSString *_Nullable)value

Discussion

The CVV on the card for payment. E.g. 131

Declared In

PPRetailManuallyEnteredCard.h

– getCVV

The CVV on the card for payment. E.g. 131

- (NSString *_Nullable)getCVV

Discussion

The CVV on the card for payment. E.g. 131

Declared In

PPRetailManuallyEnteredCard.h

– setPostalCode:

Primary account holder’s billing postal code

- (void)setPostalCode:(NSString *_Nullable)value

Discussion

Primary account holder’s billing postal code

Declared In

PPRetailManuallyEnteredCard.h

– getPostalCode

Primary account holder’s billing postal code

- (NSString *_Nullable)getPostalCode

Discussion

Primary account holder’s billing postal code

Declared In

PPRetailManuallyEnteredCard.h

– setExpiration:

Set the card expiration date in (MMYYYY) format. E.g. 092019 for Sep, 2019

- (void)setExpiration:(NSString *_Nullable)date

Discussion

Set the card expiration date in (MMYYYY) format. E.g. 092019 for Sep, 2019

Declared In

PPRetailManuallyEnteredCard.h

– getExpiration

Get the card expiration date in MMYYYY format

- (NSString *_Nullable)getExpiration

Discussion

Get the card expiration date in MMYYYY format

Declared In

PPRetailManuallyEnteredCard.h