Uses of Class
com.adyen.model.binlookup.CostEstimateAssumptions
-
Packages that use CostEstimateAssumptions Package Description com.adyen.model.binlookup -
-
Uses of CostEstimateAssumptions in com.adyen.model.binlookup
Methods in com.adyen.model.binlookup that return CostEstimateAssumptions Modifier and Type Method Description CostEstimateAssumptionsCostEstimateAssumptions. assume3DSecureAuthenticated(Boolean assume3DSecureAuthenticated)If true, the cardholder is expected to successfully authorise via 3D Secure.CostEstimateAssumptionsCostEstimateAssumptions. assumeLevel3Data(Boolean assumeLevel3Data)If true, the transaction is expected to have valid Level 3 data.static CostEstimateAssumptionsCostEstimateAssumptions. fromJson(String jsonString)Create an instance of CostEstimateAssumptions given an JSON stringCostEstimateAssumptionsCostEstimateRequest. getAssumptions()assumptionsCostEstimateAssumptionsCostEstimateAssumptions. installments(Integer installments)If not zero, the number of installments.Methods in com.adyen.model.binlookup with parameters of type CostEstimateAssumptions Modifier and Type Method Description CostEstimateRequestCostEstimateRequest. assumptions(CostEstimateAssumptions assumptions)assumptionsvoidCostEstimateRequest. setAssumptions(CostEstimateAssumptions assumptions)assumptions
-