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()amountSplitAmountSplitAmount. 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
-