Uses of Class
com.adyen.model.binlookup.CostEstimateResponse
-
Packages that use CostEstimateResponse Package Description com.adyen.model.binlookup com.adyen.service com.adyen.service.binlookup -
-
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. -
Uses of CostEstimateResponse in com.adyen.service
Methods in com.adyen.service that return CostEstimateResponse Modifier and Type Method Description CostEstimateResponseBinLookupApi. getCostEstimate(CostEstimateRequest costEstimateRequest)Deprecated, for removal: This API element is subject to removal in a future version.CostEstimateResponseBinLookupApi. getCostEstimate(CostEstimateRequest costEstimateRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CostEstimateResponse in com.adyen.service.binlookup
Methods in com.adyen.service.binlookup 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
-