Uses of Class
com.adyen.model.marketpayfund.Split
-
Packages that use Split Package Description com.adyen.model.marketpayfund -
-
Uses of Split in com.adyen.model.marketpayfund
Methods in com.adyen.model.marketpayfund that return Split Modifier and Type Method Description SplitSplit. account(String account)SplitSplit. amount(SplitAmount amount)SplitSplit. description(String description)static SplitSplit. fromJson(String jsonString)Create an instance of Split given an JSON stringSplitSplit. reference(String reference)SplitSplit. type(Split.TypeEnum type)Methods in com.adyen.model.marketpayfund that return types with arguments of type Split Modifier and Type Method Description List<Split>DebitAccountHolderRequest. getSplits()Contains instructions on how to split the funds between the accounts in your platform.Methods in com.adyen.model.marketpayfund with parameters of type Split Modifier and Type Method Description DebitAccountHolderRequestDebitAccountHolderRequest. addSplitsItem(Split splitsItem)Method parameters in com.adyen.model.marketpayfund with type arguments of type Split Modifier and Type Method Description voidDebitAccountHolderRequest. setSplits(List<Split> splits)DebitAccountHolderRequestDebitAccountHolderRequest. splits(List<Split> splits)
-