TCGBPurchasableItem Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TCGBPurchasableItem.h |
Properties
itemSeq
itemSeq
@property (assign) long itemSeqDiscussion
Item Sequence which is the number presented in NHN Cloud IAP Console.
Declared In
TCGBPurchasableItem.h
price
item price
@property (assign) float priceDiscussion
This value is from the market.
Warning: If there is no price data, it will be initialized to -1
Declared In
TCGBPurchasableItem.h
itemName
item name
@property (nonatomic, strong) NSString *itemNameDiscussion
Item name is from NHN Cloud IAP Console.
Declared In
TCGBPurchasableItem.h
marketId
marketId
@property (nonatomic, strong) NSString *marketIdDiscussion
which is actually AS.
Declared In
TCGBPurchasableItem.h
marketItemId
marketItemId
@property (nonatomic, strong) NSString *marketItemIdDiscussion
ItemID which is registered at market(itunesconnect).
Declared In
TCGBPurchasableItem.h
gamebaseProductId
gamebaseProductId
@property (nonatomic, strong) NSString *gamebaseProductIdDiscussion
ItemID which is registered at IAP Console.
Declared In
TCGBPurchasableItem.h
currency
currency currency which is registered at market.
@property (nonatomic, strong) NSString *currencyDeclared In
TCGBPurchasableItem.h
usingStatus
usingStatus
@property (nonatomic, strong) NSString *usingStatusDiscussion
This string value represent if this item is available.
Declared In
TCGBPurchasableItem.h
localizedTitle
localizedTitle localizedTitle which is registered at market.
@property (nonatomic, strong) NSString *localizedTitleDeclared In
TCGBPurchasableItem.h
localizedDescription
localizedDescription localizedDescription which is registered at market.
@property (nonatomic, strong) NSString *localizedDescriptionDeclared In
TCGBPurchasableItem.h
productType
productType
@property (nonatomic, strong) NSString *productTypeDiscussion
This string value represent type of product. (CONSUMABLE, UNKNOWN, AUTO_RENEWABLE, CONSUMABLE_AUTO_RENEWABLE)
Declared In
TCGBPurchasableItem.h
active
active
@property (nonatomic, assign, getter=isActive) BOOL activeDiscussion
This boolean value represent
Declared In
TCGBPurchasableItem.h
Allocation
+ gamebaseProductWithDictionary:
Initialize the class with JSON Value.
+ (instancetype)gamebaseProductWithDictionary:(NSDictionary<NSString*,id> *)resultParameters
result |
result is a json formatted NSDictionary object. This is from Gamebase Server. |
|---|
Return Value
Instance being initialized.
Declared In
TCGBPurchasableItem.h