Uses of Class
io.electrum.suv.api.models.ProvisionResponse
-
Packages that use ProvisionResponse Package Description io.electrum.suv.api.models -
-
Uses of ProvisionResponse in io.electrum.suv.api.models
Methods in io.electrum.suv.api.models that return ProvisionResponse Modifier and Type Method Description ProvisionResponseProvisionResponse. 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 in the response.ProvisionResponseProvisionResponse. posInfo(io.electrum.vas.model.PosInfo posInfo)Information about the status of the POS/terminal used in the transaction.ProvisionResponseProvisionResponse. product(Product product)The product for which the voucher was provisioned.ProvisionResponseProvisionResponse. voucher(Voucher voucher)The voucher provisioned if the vendor processed the request successfully.
-