PPRetailCard Class Reference

Inherits from PPRetailObject : NSObject
Declared in PPRetailCard.h

Overview

Information about a card presented to the PayPal Retail SDK

  formFactor

The process used by consumer to present the card @readonly

@property (nonatomic, assign, readonly) PPRetailFormFactor formFactor

Discussion

The process used by consumer to present the card @readonly

Declared In

PPRetailCard.h

  failed

The presentation failed and this event is simply a notice of failure @readonly

@property (nonatomic, assign, readonly) BOOL failed

Discussion

The presentation failed and this event is simply a notice of failure @readonly

Declared In

PPRetailCard.h

  reader

The device used to read the card @readonly

@property (nonatomic, strong, nullable, readonly) PPRetailPaymentDevice *reader

Discussion

The device used to read the card @readonly

Declared In

PPRetailCard.h

  timestamp

A server-compatible formatted time for when this presentation occurred @readonly

@property (nonatomic, strong, nullable, readonly) NSString *timestamp

Discussion

A server-compatible formatted time for when this presentation occurred @readonly

Declared In

PPRetailCard.h

  lastFourDigits

Last four digits of the presented card @readonly

@property (nonatomic, strong, nullable, readonly) NSString *lastFourDigits

Discussion

Last four digits of the presented card @readonly

Declared In

PPRetailCard.h

  firstFourDigits

First four digits of the presented card @readonly

@property (nonatomic, strong, nullable, readonly) NSString *firstFourDigits

Discussion

First four digits of the presented card @readonly

Declared In

PPRetailCard.h

  firstSixDigits

First six digits of the presented card @readonly

@property (nonatomic, strong, nullable, readonly) NSString *firstSixDigits

Discussion

First six digits of the presented card @readonly

Declared In

PPRetailCard.h

  panNumber

The pan number containing the obfuscated card number @readonly

@property (nonatomic, strong, nullable, readonly) NSString *panNumber

Discussion

The pan number containing the obfuscated card number @readonly

Declared In

PPRetailCard.h

  cardIssuer

Issuer of the card that was presented to the SDK @readonly

@property (nonatomic, assign, readonly) PPRetailCardIssuer cardIssuer

Discussion

Issuer of the card that was presented to the SDK @readonly

Declared In

PPRetailCard.h

  cardholderName

Name of consumer who owns the presented card @readonly

@property (nonatomic, strong, nullable, readonly) NSString *cardholderName

Discussion

Name of consumer who owns the presented card @readonly

Declared In

PPRetailCard.h

  pinPresent

Indicates if pin was entered after presenting the card @readonly

@property (nonatomic, assign, readonly) BOOL pinPresent

Discussion

Indicates if pin was entered after presenting the card @readonly

Declared In

PPRetailCard.h

  isContactlessMSD

Indicates if a contactless MSD card was presented @readonly

@property (nonatomic, assign, readonly) BOOL isContactlessMSD

Discussion

Indicates if a contactless MSD card was presented @readonly

Declared In

PPRetailCard.h

  isSignatureRequired

true if given the card and the context in which it was presented, a signature is required. @readonly

@property (nonatomic, assign, readonly) BOOL isSignatureRequired

Discussion

true if given the card and the context in which it was presented, a signature is required. @readonly

Declared In

PPRetailCard.h

– isEmv

Indicates if the presented card is EMV

- (BOOL)isEmv

Discussion

Indicates if the presented card is EMV

Declared In

PPRetailCard.h