public class Order extends LineItemContainer
totalPrice
Modifier | Constructor and Description |
---|---|
protected |
Order() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getCompletedAt()
Date and time when this order was completed.
|
java.lang.String |
getOrderNumber()
String that uniquely identifies an order.
|
OrderState |
getOrderState()
State in which this order is.
|
PaymentState |
getPaymentState()
State of the payment for this order.
|
ShipmentState |
getShipmentState()
State of shipping for this order.
|
java.util.Set<SyncInfo> |
getSyncInfo() |
java.lang.String |
toString() |
getBillingAddress, getCountry, getCreatedAt, getCurrency, getCustomerEmail, getCustomerGroup, getCustomerId, getCustomLineItemById, getCustomLineItems, getDiscountCodes, getId, getIdAndVersion, getLastModifiedAt, getLineItemById, getLineItems, getLineItemTotalPrice, getShippingAddress, getShippingInfo, getTaxedPrice, getTotalPrice, getTotalQuantity
public java.lang.String getOrderNumber()
public org.joda.time.DateTime getCompletedAt()
@Nonnull public OrderState getOrderState()
public ShipmentState getShipmentState()
public PaymentState getPaymentState()
public java.util.Set<SyncInfo> getSyncInfo()
public java.lang.String toString()
toString
in class LineItemContainer