OrderObject Interface
- public interface OrderObject
extends PoolObject
Interface to be implemented by 'orders' used as pool objects.
-
All Known Implementing Classes
-
OrderObjectImpl
, ShippingOrderObject
-
All Superinterfaces
-
PoolObject
public Money |
-
getBasePrice ()
- Corresponds to the subtotal for an order and the base
price for shipping
|
getBasePrice() Method
public Money
getBasePrice()
Corresponds to the subtotal for an order and the base
price for shipping
Returns
- Money a money object that represents the base price
of the object.
Related Topics
Money