Interface GetLastOrdersAction
-
- All Superinterfaces:
IPGApiAction
- All Known Implementing Classes:
GetLastOrdersActionObject
public interface GetLastOrdersAction extends IPGApiAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCount(Integer value)
void
setDateRange(XMLGregorianCalendar dateFrom, XMLGregorianCalendar dateTo)
void
setOrderID(String orderID)
-
Methods inherited from interface de.firstdata.ipg.api.client.action.IPGApiAction
setClientLocale, setStoreId
-
-
-
-
Method Detail
-
setCount
void setCount(Integer value)
-
setOrderID
void setOrderID(String orderID)
-
setDateRange
void setDateRange(XMLGregorianCalendar dateFrom, XMLGregorianCalendar dateTo)
-
-