Uses of Class
com.adyen.model.tapi.ConvertedAmount
-
Packages that use ConvertedAmount Package Description com.adyen.model.tapi -
-
Uses of ConvertedAmount in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return ConvertedAmount Modifier and Type Method Description ConvertedAmountConvertedAmount. amountValue(BigDecimal amountValue)Value of an amount.ConvertedAmountConvertedAmount. currency(String currency)Currency of a monetary amount.static ConvertedAmountConvertedAmount. fromJson(String jsonString)Create an instance of ConvertedAmount given an JSON stringConvertedAmountCurrencyConversion. getConvertedAmount()Get convertedAmountConvertedAmountConvertedAmount. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.tapi with parameters of type ConvertedAmount Modifier and Type Method Description CurrencyConversionCurrencyConversion. convertedAmount(ConvertedAmount convertedAmount)convertedAmountvoidCurrencyConversion. setConvertedAmount(ConvertedAmount convertedAmount)convertedAmount
-