BTNProductCardData Class Reference

Inherits from BTNModelObject
Declared in BTNProductCardData.h

Overview

BTNProduct objects specify information about rendering a single product.

  background

The card background.

@property (nullable, nonatomic, copy, readonly) BTNBackground *background

Discussion

The card background.

Declared In

BTNProductCardData.h

  images

An array of product images.

@property (nullable, nonatomic, copy, readonly) NSArray<BTNImage*> *images

Discussion

An array of product images.

Declared In

BTNProductCardData.h

  titleText

The main title text.

@property (nullable, nonatomic, copy, readonly) BTNText *titleText

Discussion

The main title text.

Declared In

BTNProductCardData.h

  subtitleText

Secondary text representing the item.

@property (nullable, nonatomic, copy, readonly) BTNText *subtitleText

Discussion

Secondary text representing the item.

Declared In

BTNProductCardData.h

  descriptionText

A potentially multi-line description text.

@property (nullable, nonatomic, copy, readonly) BTNText *descriptionText

Discussion

A potentially multi-line description text.

Declared In

BTNProductCardData.h