BVCurationsProductDetail Class Reference

Inherits from NSObject
Conforms to BVDisplayableProductContent
Declared in BVCurationsFeedItem.h

Overview

Attributes for a single product reference. This object is referenced by a single BVCurationsFeedItem and can be used to show the user the related items and how to buy it.

  productKey

@property NSString *productKey

  productId

@property NSString *productId

  productImageUrl

@property NSString *productImageUrl

  productName

@property NSString *productName

  productPageUrl

@property NSString *productPageUrl

  productDescription

@property NSString *productDescription

  totalReviewCount

@property NSNumber *totalReviewCount

  avgRating

@property NSNumber *avgRating

– initWithDict:withKey:

- (id)initWithDict:(NSDictionary *)dict withKey:(NSString *)key