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