com.konakart.appif
Interface OrdersIf
- All Known Implementing Classes:
- Orders
public interface OrdersIf
This is normally the object returned for API calls returning an array of orders. It contains an
array of orders and the total number of orders matching the request, so that they can be paged.
getOrderArray
OrderIf[] getOrderArray()
- Returns:
- Returns the orderArray.
setOrderArray
void setOrderArray(OrderIf[] orderArray)
- Parameters:
orderArray - The orderArray to set.
getTotalNumOrders
int getTotalNumOrders()
- Returns:
- Returns the totalNumOrders.
setTotalNumOrders
void setTotalNumOrders(int totalNumOrders)
- Parameters:
totalNumOrders - The totalNumOrders to set.
Copyright © 2011 DS Data Systems UK Ltd.