pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Properties | List of all members
X3g::Plugin::IBasketCalcItem Class Reference

BasketCalcItem. More...

Properties

Currency^  Relative
 The item's relative value. More...
 
Currency^  Single
 The item's single value. More...
 
Currency^  Total
 The item's total value. More...
 

Detailed Description

BasketCalcItem.

Property Documentation

Currency^ X3g::Plugin::IBasketCalcItem::Relative

The item's relative value.

This may be null if the item has no relative value;

Currency^ X3g::Plugin::IBasketCalcItem::Single

The item's single value.

This may be null if the item has no single value;

Currency^ X3g::Plugin::IBasketCalcItem::Total

The item's total value.

This may be null if the item has no Total value;