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) of the amount.static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountCostEstimateRequest. getAmount()Get amountAmountCostEstimateResponse. getCostEstimateAmount()Get costEstimateAmountAmountAmount. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AmountAmount. value(Long value)The numeric value of the amount, 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
-