Skip to main content

BRQualifiedProduct

A product that satisfied a promotion qualification requirement.

Declaration

@interface BRQualifiedProduct : NSObject <BRSerializable>
class BRQualifiedProduct : NSObject, BRSerializable

Quick Reference

Properties

PropertyDescription
productIndexIndex position of this product in BRScanResults.products.
productGroupsString 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.