Uses of Class
com.adyen.model.payments.SplitAmount
-
Packages that use SplitAmount Package Description com.adyen.model.payments -
-
Uses of SplitAmount in com.adyen.model.payments
Methods in com.adyen.model.payments that return SplitAmount Modifier and Type Method Description SplitAmountSplitAmount. currency(String currency)static SplitAmountSplitAmount. fromJson(String jsonString)Create an instance of SplitAmount given an JSON stringSplitAmountSplit. getAmount()Get amountSplitAmountSplitAmount. value(Long value)Methods in com.adyen.model.payments with parameters of type SplitAmount Modifier and Type Method Description SplitSplit. amount(SplitAmount amount)voidSplit. setAmount(SplitAmount amount)
-