Skip to main content
Reference

OrderItem SFO

Properties

Methods

MethodSignatureComments/Sample
getAttributestring getAttribute(name)
getAttributes (1)[ItemAttribute](./itemattribute-sfo.md)[ ] getAttributes()
getAttributes (2)[ItemAttribute](./itemattribute-sfo.md)[ ] getAttributes(string type)
getAttributeValuestring getAttributeValue(name)same as getAttribute(name)
getCoststring getCost()
getCostAsBigDecimal[BigDecimal](./bigdecimal-sfo.md) getCostAsBigDecimal()
getDescriptionstring getDescription()
getItemIdstring getItemId()
getOptions[ItemOption](./itemoption-sfo.md)[ ] getOptions()
getQuantitystring getQuantity()
getQuantityAsBigDecimal[BigDecimal](./bigdecimal-sfo.md) getQuantityAsBigDecimal()
getUnitCostWithDiscount[BigDecimal](./bigdecimal-sfo.md) getUnitCostWithDiscount()
isShippedboolean isShipped()True if the item is one that will be shipped.
isHasShippedboolean isHasShipped()Returns true if the item has shipped. isShipped and isHasShipped are used by the Order.getUnshippedItems() call.

See Also

Was this page helpful?