Uses of Class
com.adyen.model.binlookup.CostEstimateResponse
-
Packages that use CostEstimateResponse Package Description com.adyen.model.binlookup com.adyen.service -
-
Uses of CostEstimateResponse in com.adyen.model.binlookup
Methods in com.adyen.model.binlookup that return CostEstimateResponse Modifier and Type Method Description CostEstimateResponseCostEstimateResponse. cardBin(CardBin cardBin)cardBinCostEstimateResponseCostEstimateResponse. costEstimateAmount(Amount costEstimateAmount)costEstimateAmountCostEstimateResponseCostEstimateResponse. costEstimateReference(String costEstimateReference)Adyen's 16-character reference associated with the request.static CostEstimateResponseCostEstimateResponse. fromJson(String jsonString)Create an instance of CostEstimateResponse given an JSON stringCostEstimateResponseCostEstimateResponse. resultCode(String resultCode)The result of the cost estimation.CostEstimateResponseCostEstimateResponse. surchargeType(String surchargeType)Indicates the way the charges can be passed on to the cardholder. -
Uses of CostEstimateResponse in com.adyen.service
Methods in com.adyen.service that return CostEstimateResponse Modifier and Type Method Description CostEstimateResponseBinLookupApi. getCostEstimate(CostEstimateRequest costEstimateRequest)Get a fees cost estimateCostEstimateResponseBinLookupApi. getCostEstimate(CostEstimateRequest costEstimateRequest, RequestOptions requestOptions)Get a fees cost estimate
-