You are here

protected property ProductBundleItem::$activeQuantity in Commerce Product Bundle 8

The bundle items current active quantity . In case of a fresh bundle, that is the default quantity.

Type: float

File

src/Entity/ProductBundleItem.php, line 96

Class

ProductBundleItem
Defines the product bundle item entity.

Namespace

Drupal\commerce_product_bundle\Entity

Code

protected $activeQuantity;