AttributeCostItem Data Type

This class represents the attribute cost item

Namespace
(Default)
Available Since
2014-10-31
Properties
name data type type namespace min/max occurs description
cost double element 1/1 the cost
costFormula string element 0/1 the costFormula
name string element 0/1 the name
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<AttributeCostItem xsitype="...">
  <name>...</name>
  <cost>...</cost>
  <costFormula>...</costFormula>
</AttributeCostItem>