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