Uses of Class
io.electrum.suv.api.models.ProvisionRequest
-
Packages that use ProvisionRequest Package Description io.electrum.suv.api io.electrum.suv.api.models -
-
Uses of ProvisionRequest in io.electrum.suv.api
Methods in io.electrum.suv.api with parameters of type ProvisionRequest Modifier and Type Method Description voidIVouchersResource. provisionVoucher(ProvisionRequest body, javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.Request request, javax.ws.rs.container.AsyncResponse asyncResponse, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest httpServletRequest)voidVouchersResource. provisionVoucher(ProvisionRequest body, javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.Request request, javax.ws.rs.container.AsyncResponse asyncResponse, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest httpServletRequest) -
Uses of ProvisionRequest in io.electrum.suv.api.models
Methods in io.electrum.suv.api.models that return ProvisionRequest Modifier and Type Method Description ProvisionRequestProvisionRequest. amounts(io.electrum.vas.model.Amounts amounts)If the voucher identified by the voucher field is not a fixed price product then the amounts field indicates the value of the product referred to.ProvisionRequestProvisionRequest. customer(io.electrum.vas.model.Customer customer)Information about the customer purchasing the voucher, if available.ProvisionRequestProvisionRequest. posInfo(io.electrum.vas.model.PosInfo posInfo)Information about the status of the POS/terminal used in the transaction.ProvisionRequestProvisionRequest. product(Product product)The product for which the voucher should be provisioned.ProvisionRequestProvisionRequest. tenders(List<io.electrum.vas.model.Tender> tenders)An array of tenders used to pay for the transactionProvisionRequestProvisionRequest. voucher(Voucher voucher)The voucher that is being requested for provisioning.
-