PPRetailOfflinePaymentStatus Class Reference

Inherits from PPRetailObject : NSObject
Declared in PPRetailOfflinePaymentStatus.h

Overview

OfflinePaymentStatus provides the status info for a given offline payment transaction

  id

the id of the offline txn @readonly

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

Discussion

the id of the offline txn @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  createTime

Show the create time of the offline txn @readonly

@property (nonatomic, strong, nullable, readonly) NSDate *createTime

Discussion

Show the create time of the offline txn @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  amount

the total amount of the offline txn @readonly

@property (nonatomic, strong, nullable, readonly) NSDecimalNumber *amount

Discussion

the total amount of the offline txn @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  cardIssuer

the card issuer of the card used for the txn @readonly

@property (nonatomic, strong, nullable, readonly) NSArray *cardIssuer

Discussion

the card issuer of the card used for the txn @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  retry

the retry counter of the offline txn @readonly

@property (nonatomic, assign, readonly) int retry

Discussion

the retry counter of the offline txn @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  replay

the replay counter of the offline txn @readonly

@property (nonatomic, assign, readonly) int replay

Discussion

the replay counter of the offline txn @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  errNo

the error no of the offline txn after replaying it @readonly

@property (nonatomic, assign, readonly) int errNo

Discussion

the error no of the offline txn after replaying it @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  errMessage

the error message of the offline txn after replaying if failed @readonly

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

Discussion

the error message of the offline txn after replaying if failed @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  isDeclined

the flag showing if the txn is declined during replay @readonly

@property (nonatomic, assign, readonly) BOOL isDeclined

Discussion

the flag showing if the txn is declined during replay @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  expiry

Show the expiry time of the offline txn @readonly

@property (nonatomic, strong, nullable, readonly) NSDate *expiry

Discussion

Show the expiry time of the offline txn @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  state

of this transaction @readonly

@property (nonatomic, assign, readonly) PPRetailOfflineTransactionState state

Discussion

of this transaction @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  invoiceNumber

The invoice number of the offline tx @readonly

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

Discussion

The invoice number of the offline tx @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  invoiceId

The invoice id of the offline tx @readonly

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

Discussion

The invoice id of the offline tx @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  transactionNumber

The transaction number of the offline tx @readonly

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

Discussion

The transaction number of the offline tx @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  latitude

The latitude of the offline tx @readonly

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

Discussion

The latitude of the offline tx @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  longitude

The longitude of the offline tx @readonly

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

Discussion

The longitude of the offline tx @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  paymentType

of the offline tx @readonly

@property (nonatomic, assign, readonly) PPRetailTransactionBeginOptionsPaymentTypes paymentType

Discussion

of the offline tx @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  card

card details of the card used for the offline tx @readonly

@property (nonatomic, strong, nullable, readonly) PPRetailCard *card

Discussion

card details of the card used for the offline tx @readonly

Declared In

PPRetailOfflinePaymentStatus.h

  invoice

The invoice of the offline tx @readonly

@property (nonatomic, strong, nullable, readonly) PPRetailRetailInvoice *invoice

Discussion

The invoice of the offline tx @readonly

Declared In

PPRetailOfflinePaymentStatus.h