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)CostEstimateResponseCostEstimateResponse. costEstimateAmount(Amount costEstimateAmount)CostEstimateResponseCostEstimateResponse. resultCode(String resultCode)CostEstimateResponseCostEstimateResponse. surchargeType(String surchargeType) -
Uses of CostEstimateResponse in com.adyen.service
Methods in com.adyen.service that return CostEstimateResponse Modifier and Type Method Description CostEstimateResponseBinLookup. getCostEstimate(CostEstimateRequest costEstimateRequest)
-