Uses of Class
com.adyen.model.binlookup.Amount
-
Packages that use Amount Package Description com.adyen.model.binlookup -
-
Uses of Amount in com.adyen.model.binlookup
Methods in com.adyen.model.binlookup that return Amount Modifier and Type Method Description AmountAmount. currency(String currency)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountCostEstimateRequest. getAmount()amountAmountCostEstimateResponse. getCostEstimateAmount()costEstimateAmountAmountAmount. value(Long value)The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).Methods in com.adyen.model.binlookup with parameters of type Amount Modifier and Type Method Description CostEstimateRequestCostEstimateRequest. amount(Amount amount)amountCostEstimateResponseCostEstimateResponse. costEstimateAmount(Amount costEstimateAmount)costEstimateAmountvoidCostEstimateRequest. setAmount(Amount amount)amountvoidCostEstimateResponse. setCostEstimateAmount(Amount costEstimateAmount)costEstimateAmount
-