Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Properties

Methods

Method

Signature

Comments/Sample

getAttribute

string getAttribute(name)

 

getAttributes (1)

ItemAttribute[ ] getAttributes()

 

getAttributes (2)

ItemAttribute[ ] getAttributes(string type)

 

getAttributeValue

string getAttributeValue(name)

same as getAttribute(name)

getCost

string getCost()

 

getCostAsBigDecimal

BigDecimal getCostAsBigDecimal()

 

getDescription

string getDescription()

 

getItemId

string getItemId()

 

getOptions

ItemOption[ ] getOptions()

 

getQuantity

string getQuantity()

 

getQuantityAsBigDecimal

BigDecimal getQuantityAsBigDecimal()

 

getUnitCostWithDiscount

BigDecimal getUnitCostWithDiscount()

 

isShippedboolean isShipped()True if the item has shipped or does not require shipping. Used by the order object in getUnshippedItems() call.

See Also

  • No labels