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)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.payment with parameters of type SplitAmount Modifier and Type Method Description SplitSplit. amount(SplitAmount amount)amountvoidSplit. setAmount(SplitAmount amount)amount
-