Uses of Class
com.adyen.model.checkout.SplitAmount
-
Packages that use SplitAmount Package Description com.adyen.model.checkout -
-
Uses of SplitAmount in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return SplitAmount Modifier and Type Method Description SplitAmountSplitAmount. currency(String currency)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).static SplitAmountSplitAmount. fromJson(String jsonString)Create an instance of SplitAmount given an JSON stringSplitAmountSplit. getAmount()Get amountSplitAmountSplitAmount. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.SplitAmountSplitAmount. value(Long value)The value of the split amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).Methods in com.adyen.model.checkout with parameters of type SplitAmount Modifier and Type Method Description SplitSplit. amount(SplitAmount amount)amountvoidSplit. setAmount(SplitAmount amount)amount
-