BRQualifiedProduct
A product that satisfied a promotion qualification requirement.
Declaration
@interface BRQualifiedProduct : NSObject <BRSerializable>
class BRQualifiedProduct : NSObject, BRSerializable
Quick Reference
Properties
| Property | Description |
|---|---|
productIndex | Index position of this product in BRScanResults.products. |
productGroups | String identifiers categorizing this product into one or more promotion groups. |
Properties
productIndex (read-only)
@property (nonatomic, readonly) NSInteger productIndex;
var productIndex: Int { get }
Index position of this product in BRScanResults.products.
productGroups (read-only)
@property (strong, nonatomic, readonly) NSArray<NSString *> *productGroups;
var productGroups: [String] { get }
String identifiers categorizing this product into one or more promotion groups.