BTNProductCardData Class Reference
| Inherits from | BTNModelObject |
|---|---|
| Declared in | BTNProductCardData.h |
background
The card background.
@property (nullable, nonatomic, copy, readonly) BTNBackground *backgroundDiscussion
The card background.
Declared In
BTNProductCardData.h
images
An array of product images.
@property (nullable, nonatomic, copy, readonly) NSArray<BTNImage*> *imagesDiscussion
An array of product images.
Declared In
BTNProductCardData.h
titleText
The main title text.
@property (nullable, nonatomic, copy, readonly) BTNText *titleTextDiscussion
The main title text.
Declared In
BTNProductCardData.h
subtitleText
Secondary text representing the item.
@property (nullable, nonatomic, copy, readonly) BTNText *subtitleTextDiscussion
Secondary text representing the item.
Declared In
BTNProductCardData.h
descriptionText
A potentially multi-line description text.
@property (nullable, nonatomic, copy, readonly) BTNText *descriptionTextDiscussion
A potentially multi-line description text.
Declared In
BTNProductCardData.h