PPRetailQRCRecord Class Reference

Inherits from PPRetailRecord : PPRetailObject : NSObject
Declared in PPRetailQRCRecord.h

Overview

Information about a completed transaction

  transactionNumber

The PayPal transaction reference number @readonly

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

Discussion

The PayPal transaction reference number @readonly

Declared In

PPRetailQRCRecord.h

  qrcStatus

The status of the transaction @readonly

@property (nonatomic, assign, readonly) PPRetailQRCStatus qrcStatus

Discussion

The status of the transaction @readonly

Declared In

PPRetailQRCRecord.h

  invoiceId

The PayPal invoice id @readonly

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

Discussion

The PayPal invoice id @readonly

Declared In

PPRetailQRCRecord.h

  sessionId

The PayPal session id @readonly

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

Discussion

The PayPal session id @readonly

Declared In

PPRetailQRCRecord.h

  paymentMethod

The payment method used for this payment

@property (nonatomic, assign) PPRetailInvoicePaymentMethod paymentMethod

Discussion

The payment method used for this payment

Declared In

PPRetailQRCRecord.h

  responseCode

The acquirer response code @readonly

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

Discussion

The acquirer response code @readonly

Declared In

PPRetailQRCRecord.h

  payer

Information about the payer, if available @readonly

@property (nonatomic, strong, nullable, readonly) PPRetailPayer *payer

Discussion

Information about the payer, if available @readonly

Declared In

PPRetailQRCRecord.h

  correlationId

The correlationId used for obtaining additional support from PayPal for this transaction attempt @readonly

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

Discussion

The correlationId used for obtaining additional support from PayPal for this transaction attempt @readonly

Declared In

PPRetailQRCRecord.h

  contentType

The QRC Content type: URL or text @readonly

@property (nonatomic, assign, readonly) PPRetailQRCContentType contentType

Discussion

The QRC Content type: URL or text @readonly

Declared In

PPRetailQRCRecord.h

  content

A URL or text @readonly

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

Discussion

A URL or text @readonly

Declared In

PPRetailQRCRecord.h