Conforms: NSCoding
Extends: NSObject
Declared in: VPNUPurchaseItem.h
- (instancetype)initWithReceipt:(NSString *)receipt andPurchaseId:(NSString *)purchaseID andPriceLocale:(NSString *)priceLocale andPurchaseCountryCode:(NSString*)purchaseCountryCode NS_DESIGNATED_INITIALIZER;
An initialized purchase item object or nil if the object couldn't be created.
@property (nonatomic, copy) NSString *priceLocale;
Price locale of the purchase.
@property (nonatomic, copy) NSString *purchaseCountryCode;
Code for the country of purchase.
@property (nonatomic, copy) NSString *purchaseID;
ID of the purchase.
@property (nonatomic, copy) NSString *receipt;
Receipt string.