AppotaAppleIAPItem
Inherits from: NSObject
Declared in: AppotaAppleIAPItem.h
General
AppotaAppleIAPItem is the class that defines IAP item on Appota Payment system, used to do payment with Apple Payment.
Properties
NSString *productId | ID item provided by Appota |
NSString *description | Item description |
float price | Item price |
Methods
constructor | initWithProductID:(NSString*) productId_ withPrice:(float) price_
withDescription:(NSString*) description_ Constructor |
(void) | setProductId:(NSString *)newValue; Set Product Id value |
(NSString *) | productId Get Product Id value |
(void) | setDescription:(NSString *)newValue Set value string Description |
(NSString *) | description Get value string Description |
(void) | setPrice:(float)newValue Set value string Price |
(float) | price Get value string Price |