PPRetailDigitalCardInfo Class Reference

Inherits from PPRetailObject : NSObject
Declared in PPRetailDigitalCardInfo.h

Overview

Information about the Digital Card that was used for this transaction

  code

Holds the actual code that was used for this digital card transaction @readonly

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

Discussion

Holds the actual code that was used for this digital card transaction @readonly

Declared In

PPRetailDigitalCardInfo.h

  currency

Currency of the digital card transaction @readonly

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

Discussion

Currency of the digital card transaction @readonly

Declared In

PPRetailDigitalCardInfo.h

  redeemedAmount

Amount that was successfully redeemed from the code used @readonly

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

Discussion

Amount that was successfully redeemed from the code used @readonly

Declared In

PPRetailDigitalCardInfo.h

  balanceAmount

Balance amount that is available after redemption @readonly

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

Discussion

Balance amount that is available after redemption @readonly

Declared In

PPRetailDigitalCardInfo.h