OrderItem SFO
Properties
Methods
| Method | Signature | Comments/Sample |
|---|---|---|
getAttribute | string getAttribute(name) | |
getAttributes (1) | [ItemAttribute](./itemattribute-sfo.md)[ ] getAttributes() | |
getAttributes (2) | [ItemAttribute](./itemattribute-sfo.md)[ ] getAttributes(string type) | |
getAttributeValue | string getAttributeValue(name) | same as getAttribute(name) |
getCost | string getCost() | |
getCostAsBigDecimal | [BigDecimal](./bigdecimal-sfo.md) getCostAsBigDecimal() | |
getDescription | string getDescription() | |
getItemId | string getItemId() | |
getOptions | [ItemOption](./itemoption-sfo.md)[ ] getOptions() | |
getQuantity | string getQuantity() | |
getQuantityAsBigDecimal | [BigDecimal](./bigdecimal-sfo.md) getQuantityAsBigDecimal() | |
getUnitCostWithDiscount | [BigDecimal](./bigdecimal-sfo.md) getUnitCostWithDiscount() | |
isShipped | boolean isShipped() | True if the item is one that will be shipped. |
| isHasShipped | boolean isHasShipped() | Returns true if the item has shipped. isShipped and isHasShipped are used by the Order.getUnshippedItems() call. |
See Also
Was this page helpful?