Uses of Class
com.adyen.model.payment.SplitAmount
-
Packages that use SplitAmount Package Description com.adyen.model.payment -
-
Uses of SplitAmount in com.adyen.model.payment
Methods in com.adyen.model.payment 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.payment with parameters of type SplitAmount Modifier and Type Method Description SplitSplit. amount(SplitAmount amount)voidSplit. setAmount(SplitAmount amount)amount
-