Uses of Class
com.adyen.model.payments.Split
-
Packages that use Split Package Description com.adyen.model.payments -
-
Uses of Split in com.adyen.model.payments
Methods in com.adyen.model.payments 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.payments that return types with arguments of type Split Modifier and Type Method Description List<Split>AdjustAuthorisationRequest. getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.List<Split>CancelRequest. getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.List<Split>CaptureRequest. getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.List<Split>PaymentRequest. getSplits()An array of objects specifying how the payment should be split when using [Adyen for Platforms](https://docs.adyen.com/marketplaces-and-platforms/processing-payments#providing-split-information) or [Issuing](https://docs.adyen.com/issuing/add-manage-funds#split).List<Split>PaymentRequest3d. getSplits()An array of objects specifying how the payment should be split when using [Adyen for Platforms](https://docs.adyen.com/marketplaces-and-platforms/processing-payments#providing-split-information) or [Issuing](https://docs.adyen.com/issuing/add-manage-funds#split).List<Split>PaymentRequest3ds2. getSplits()An array of objects specifying how the payment should be split when using [Adyen for Platforms](https://docs.adyen.com/marketplaces-and-platforms/processing-payments#providing-split-information) or [Issuing](https://docs.adyen.com/issuing/add-manage-funds#split).List<Split>RefundRequest. getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.List<Split>TechnicalCancelRequest. getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.List<Split>VoidPendingRefundRequest. getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.Methods in com.adyen.model.payments with parameters of type Split Modifier and Type Method Description AdjustAuthorisationRequestAdjustAuthorisationRequest. addSplitsItem(Split splitsItem)CancelRequestCancelRequest. addSplitsItem(Split splitsItem)CaptureRequestCaptureRequest. addSplitsItem(Split splitsItem)PaymentRequestPaymentRequest. addSplitsItem(Split splitsItem)PaymentRequest3dPaymentRequest3d. addSplitsItem(Split splitsItem)PaymentRequest3ds2PaymentRequest3ds2. addSplitsItem(Split splitsItem)RefundRequestRefundRequest. addSplitsItem(Split splitsItem)TechnicalCancelRequestTechnicalCancelRequest. addSplitsItem(Split splitsItem)VoidPendingRefundRequestVoidPendingRefundRequest. addSplitsItem(Split splitsItem)Method parameters in com.adyen.model.payments with type arguments of type Split Modifier and Type Method Description voidAdjustAuthorisationRequest. setSplits(List<Split> splits)voidCancelRequest. setSplits(List<Split> splits)voidCaptureRequest. setSplits(List<Split> splits)voidPaymentRequest. setSplits(List<Split> splits)voidPaymentRequest3d. setSplits(List<Split> splits)voidPaymentRequest3ds2. setSplits(List<Split> splits)voidRefundRequest. setSplits(List<Split> splits)voidTechnicalCancelRequest. setSplits(List<Split> splits)voidVoidPendingRefundRequest. setSplits(List<Split> splits)AdjustAuthorisationRequestAdjustAuthorisationRequest. splits(List<Split> splits)CancelRequestCancelRequest. splits(List<Split> splits)CaptureRequestCaptureRequest. splits(List<Split> splits)PaymentRequestPaymentRequest. splits(List<Split> splits)PaymentRequest3dPaymentRequest3d. splits(List<Split> splits)PaymentRequest3ds2PaymentRequest3ds2. splits(List<Split> splits)RefundRequestRefundRequest. splits(List<Split> splits)TechnicalCancelRequestTechnicalCancelRequest. splits(List<Split> splits)VoidPendingRefundRequestVoidPendingRefundRequest. splits(List<Split> splits)
-