TCGBPurchasableRetryTransactionResult Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TCGBPurchasableRetryTransactionResult.h |
Overview
The TCGBPurchasableRetryTransactionResult class represent a result after retrying failed purchasing processes.
Properties
successList
successList
@property (nonatomic, strong) NSArray<TCGBPurchasableReceipt*> *successListDiscussion
This array contains results of successed receipt. Each receipt is implemented by TCGBPurchasableReceipt.
Declared In
TCGBPurchasableRetryTransactionResult.h
failList
failList
@property (nonatomic, strong) NSArray<TCGBPurchasableReceipt*> *failListDiscussion
This array contains results of failed receipt. Each receipt is implemented by TCGBPurchasableReceipt.
Declared In
TCGBPurchasableRetryTransactionResult.h
Allocation
+ purchasableTransactionResultWithResult:
Initialize the class with JSON Value.
+ (instancetype)purchasableTransactionResultWithResult:(NSDictionary<NSString*,id> *)resultParameters
result |
result is a json formatted NSDictionary object. This is from NHN Cloud IAP Server. |
|---|
Return Value
Instance being initialized.
Declared In
TCGBPurchasableRetryTransactionResult.h