public final class PlaceOrderService extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PlaceOrderService.OrderStatus
A mock "order service result" object.
|
| Modifier and Type | Method and Description |
|---|---|
static PlaceOrderService |
getInstance() |
PlaceOrderService.OrderStatus |
placeOrder(List<CartBean> cart,
ConfirmOrderBean clientDetails)
Places an order.
|
public static PlaceOrderService getInstance()
public PlaceOrderService.OrderStatus placeOrder(List<CartBean> cart, ConfirmOrderBean clientDetails)
cart - a list of CartBeans.clientDetails - the client details.Copyright © 2017. All rights reserved.