Uses of Class
com.adyen.model.payment.Split
-
Packages that use Split Package Description com.adyen.model.payment -
-
Uses of Split in com.adyen.model.payment
Methods in com.adyen.model.payment 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.payment 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 either Adyen for Platforms for [marketplaces](https://docs.adyen.com/marketplaces/split-payments) or [platforms]((https://docs.adyen.com/platforms/split-payments), or standalone [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 either Adyen for Platforms for [marketplaces](https://docs.adyen.com/marketplaces/split-payments) or [platforms]((https://docs.adyen.com/platforms/split-payments), or standalone [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 either Adyen for Platforms for [marketplaces](https://docs.adyen.com/marketplaces/split-payments) or [platforms]((https://docs.adyen.com/platforms/split-payments), or standalone [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.payment 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.payment with type arguments of type Split Modifier and Type Method Description voidAdjustAuthorisationRequest. setSplits(List<Split> splits)An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.voidCancelRequest. setSplits(List<Split> splits)An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.voidCaptureRequest. setSplits(List<Split> splits)An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.voidPaymentRequest. setSplits(List<Split> splits)An array of objects specifying how the payment should be split when using either Adyen for Platforms for [marketplaces](https://docs.adyen.com/marketplaces/split-payments) or [platforms]((https://docs.adyen.com/platforms/split-payments), or standalone [Issuing](https://docs.adyen.com/issuing/add-manage-funds#split).voidPaymentRequest3d. setSplits(List<Split> splits)An array of objects specifying how the payment should be split when using either Adyen for Platforms for [marketplaces](https://docs.adyen.com/marketplaces/split-payments) or [platforms]((https://docs.adyen.com/platforms/split-payments), or standalone [Issuing](https://docs.adyen.com/issuing/add-manage-funds#split).voidPaymentRequest3ds2. setSplits(List<Split> splits)An array of objects specifying how the payment should be split when using either Adyen for Platforms for [marketplaces](https://docs.adyen.com/marketplaces/split-payments) or [platforms]((https://docs.adyen.com/platforms/split-payments), or standalone [Issuing](https://docs.adyen.com/issuing/add-manage-funds#split).voidRefundRequest. setSplits(List<Split> splits)An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.voidTechnicalCancelRequest. setSplits(List<Split> splits)An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.voidVoidPendingRefundRequest. setSplits(List<Split> splits)An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.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)
-