IOrder Interface
Implements
public interface IOrder extends IPartnerComponent<Tuple<String,String>>, IEntityGetOperations<Order>, IEntityPatchOperations<Order>
Encapsulates a customer order behavior.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Order |
get(Boolean includePrice)
Gets the order information. |
|
abstract
IOrder |
getOrderLineItems()
Gets the line item collection operations. |
|
abstract
IOrder |
getProvisioningStatus()
Gets the order provisioning status operations. |
Method Details
get
public abstract Order get(Boolean includePrice)
Gets the order information.
Parameters:
Returns:
getOrderLineItems
public abstract IOrderLineItemCollection getOrderLineItems()
Gets the line item collection operations.
Returns:
getProvisioningStatus
public abstract IOrderProvisioningStatus getProvisioningStatus()
Gets the order provisioning status operations.
Returns: