Uses of Class
com.adyen.model.Split
-
Packages that use Split Package Description com.adyen.model com.adyen.model.checkout com.adyen.model.marketpay com.adyen.model.marketpay.notification com.adyen.model.modification com.adyen.model.payout -
-
Uses of Split in com.adyen.model
Methods in com.adyen.model that return Split Modifier and Type Method Description SplitSplit. account(String account)SplitSplit. amount(SplitAmount amount)SplitSplit. description(String description)SplitSplit. reference(String reference)SplitSplit. type(Split.TypeEnum type)Methods in com.adyen.model that return types with arguments of type Split Modifier and Type Method Description List<Split>PaymentRequest. getSplits()List<Split>PaymentRequest3d. getSplits()List<Split>PaymentRequest3ds2. getSplits()Methods in com.adyen.model with parameters of type Split Modifier and Type Method Description PaymentRequest3ds2PaymentRequest3ds2. addSplitsItem(Split splitsItem)Method parameters in com.adyen.model with type arguments of type Split Modifier and Type Method Description voidPaymentRequest. setSplits(List<Split> splits)voidPaymentRequest3d. setSplits(List<Split> splits)voidPaymentRequest3ds2. setSplits(List<Split> splits) -
Uses of Split in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return types with arguments of type Split Modifier and Type Method Description List<Split>CreateCheckoutSessionRequest. getSplits()An array of objects specifying how the payment should be split when using [Adyen for Platforms](https://docs.adyen.com/platforms/processing-payments#providing-split-information) or [Issuing](https://docs.adyen.com/issuing/manage-funds#split).List<Split>CreateCheckoutSessionResponse. getSplits()An array of objects specifying how the payment should be split when using [Adyen for Platforms](https://docs.adyen.com/platforms/processing-payments#providing-split-information) or [Issuing](https://docs.adyen.com/issuing/manage-funds#split).List<Split>CreatePaymentAmountUpdateRequest. getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.List<Split>CreatePaymentCaptureRequest. getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.List<Split>CreatePaymentLinkRequest. getSplits()An array of objects specifying how the payment should be split between accounts when using Adyen for Platforms.List<Split>CreatePaymentRefundRequest. getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.List<Split>PaymentAmountUpdateResource. getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.List<Split>PaymentCaptureResource. getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.List<Split>PaymentLinkResource. getSplits()An array of objects specifying how the payment should be split between accounts when using Adyen for Platforms.List<Split>PaymentMethodsRequest. getSplits()List<Split>PaymentRefundResource. getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.List<Split>PaymentSessionRequest. getSplits()List<Split>PaymentsRequest. getSplits()An array of objects specifying how the payment should be split when using [Adyen for Platforms](https://docs.adyen.com/platforms/processing-payments#providing-split-information) or [Issuing](https://docs.adyen.com/issuing/manage-funds#split).Methods in com.adyen.model.checkout with parameters of type Split Modifier and Type Method Description CreateCheckoutSessionRequestCreateCheckoutSessionRequest. addSplitsItem(Split splitsItem)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. addSplitsItem(Split splitsItem)CreatePaymentAmountUpdateRequestCreatePaymentAmountUpdateRequest. addSplitsItem(Split splitsItem)CreatePaymentCaptureRequestCreatePaymentCaptureRequest. addSplitsItem(Split splitsItem)CreatePaymentLinkRequestCreatePaymentLinkRequest. addSplitsItem(Split splitsItem)CreatePaymentRefundRequestCreatePaymentRefundRequest. addSplitsItem(Split splitsItem)PaymentAmountUpdateResourcePaymentAmountUpdateResource. addSplitsItem(Split splitsItem)PaymentCaptureResourcePaymentCaptureResource. addSplitsItem(Split splitsItem)PaymentLinkResourcePaymentLinkResource. addSplitsItem(Split splitsItem)PaymentRefundResourcePaymentRefundResource. addSplitsItem(Split splitsItem)PaymentSessionRequestPaymentSessionRequest. addSplitsItem(Split splitsItem)PaymentsRequestPaymentsRequest. addSplitsItem(Split splitsItem)Method parameters in com.adyen.model.checkout with type arguments of type Split Modifier and Type Method Description voidCreateCheckoutSessionRequest. setSplits(List<Split> splits)voidCreateCheckoutSessionResponse. setSplits(List<Split> splits)voidCreatePaymentAmountUpdateRequest. setSplits(List<Split> splits)voidCreatePaymentCaptureRequest. setSplits(List<Split> splits)voidCreatePaymentLinkRequest. setSplits(List<Split> splits)voidCreatePaymentRefundRequest. setSplits(List<Split> splits)voidPaymentAmountUpdateResource. setSplits(List<Split> splits)voidPaymentCaptureResource. setSplits(List<Split> splits)voidPaymentLinkResource. setSplits(List<Split> splits)voidPaymentMethodsRequest. setSplits(List<Split> splits)voidPaymentRefundResource. setSplits(List<Split> splits)voidPaymentSessionRequest. setSplits(List<Split> splits)voidPaymentsRequest. setSplits(List<Split> splits)CreateCheckoutSessionRequestCreateCheckoutSessionRequest. splits(List<Split> splits)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. splits(List<Split> splits)CreatePaymentAmountUpdateRequestCreatePaymentAmountUpdateRequest. splits(List<Split> splits)CreatePaymentCaptureRequestCreatePaymentCaptureRequest. splits(List<Split> splits)CreatePaymentLinkRequestCreatePaymentLinkRequest. splits(List<Split> splits)CreatePaymentRefundRequestCreatePaymentRefundRequest. splits(List<Split> splits)PaymentAmountUpdateResourcePaymentAmountUpdateResource. splits(List<Split> splits)PaymentCaptureResourcePaymentCaptureResource. splits(List<Split> splits)PaymentLinkResourcePaymentLinkResource. splits(List<Split> splits)PaymentRefundResourcePaymentRefundResource. splits(List<Split> splits)PaymentSessionRequestPaymentSessionRequest. splits(List<Split> splits)PaymentsRequestPaymentsRequest. splits(List<Split> splits) -
Uses of Split in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return types with arguments of type Split Modifier and Type Method Description List<Split>DebitAccountHolderRequest. getSplits()Method parameters in com.adyen.model.marketpay with type arguments of type Split Modifier and Type Method Description voidDebitAccountHolderRequest. setSplits(List<Split> splits)Constructor parameters in com.adyen.model.marketpay with type arguments of type Split Constructor Description DebitAccountHolderRequest(String accountHolderCode, String bankAccountUUID, String merchantAccount, List<Split> splits) -
Uses of Split in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return types with arguments of type Split Modifier and Type Method Description List<Split>DirectDebitInitiatedNotificationContent. getSplits()The split data for the debit requestMethods in com.adyen.model.marketpay.notification with parameters of type Split Modifier and Type Method Description DirectDebitInitiatedNotificationContentDirectDebitInitiatedNotificationContent. addSplitsItem(Split splitsItem)Method parameters in com.adyen.model.marketpay.notification with type arguments of type Split Modifier and Type Method Description voidDirectDebitInitiatedNotificationContent. setSplits(List<Split> splits)DirectDebitInitiatedNotificationContentDirectDebitInitiatedNotificationContent. splits(List<Split> splits) -
Uses of Split in com.adyen.model.modification
Methods in com.adyen.model.modification that return types with arguments of type Split Modifier and Type Method Description List<Split>AbstractModificationRequest. getSplits()Method parameters in com.adyen.model.modification with type arguments of type Split Modifier and Type Method Description voidAbstractModificationRequest. setSplits(List<Split> splits) -
Uses of Split in com.adyen.model.payout
Methods in com.adyen.model.payout that return types with arguments of type Split Modifier and Type Method Description List<Split>PayoutRequest. getSplits()The details of how the payment should be split when distributing a payment to a MarketPay Marketplace and its Accounts.Methods in com.adyen.model.payout with parameters of type Split Modifier and Type Method Description PayoutRequestPayoutRequest. addSplitsItem(Split splitsItem)Method parameters in com.adyen.model.payout with type arguments of type Split Modifier and Type Method Description voidPayoutRequest. setSplits(List<Split> splits)PayoutRequestPayoutRequest. splits(List<Split> splits)
-