public interface IAcpOrd
It accepts all buyer's orders. It changes item's availability and orders status to PENDING. If any item is unavailable, then it throws exception. And so does if there are several payees for online payment.
| Modifier and Type | Method and Description |
|---|---|
Purch |
accept(Map<String,Object> pReqVars,
org.beigesoft.mdl.IReqDt pReqDt,
Buyer pBur)
It accepts all buyer's orders.
|
Purch accept(Map<String,Object> pReqVars, org.beigesoft.mdl.IReqDt pReqDt, Buyer pBur) throws Exception
It accepts all buyer's orders. It changes item's availability and orders status to PENDING. If any item is unavailable, then it throws exception. And so does if there are several payees for online payment.
pReqVars - additional request scoped parameterspReqDt - Request DatapBur - BuyerException - - an exceptionCopyright © 2019–2020. All rights reserved.