Uses of Class
com.onlinepayments.domain.RedirectPaymentMethodSpecificInput
Packages that use RedirectPaymentMethodSpecificInput
-
Uses of RedirectPaymentMethodSpecificInput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return RedirectPaymentMethodSpecificInputModifier and TypeMethodDescriptionCreateHostedCheckoutRequest.getRedirectPaymentMethodSpecificInput()Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalCreatePaymentLinkRequest.getRedirectPaymentMethodSpecificInput()Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalCreatePaymentRequest.getRedirectPaymentMethodSpecificInput()Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalRedirectPaymentMethodSpecificInput.withPaymentOption(String value) The specific payment option for the payment.RedirectPaymentMethodSpecificInput.withPaymentProduct3203SpecificInput(RedirectPaymentProduct3203SpecificInput value) Object containing specific input for PostFinancePay payments (Payment product ID 3203).RedirectPaymentMethodSpecificInput.withPaymentProduct3302SpecificInput(RedirectPaymentProduct3302SpecificInput value) Object containing specific input required for Klarna PayLater payment (Payment product ID 3302)RedirectPaymentMethodSpecificInput.withPaymentProduct3306SpecificInput(RedirectPaymentProduct3306SpecificInput value) Object containing specific input required for Klarna payments (Payment product ID 3306)RedirectPaymentMethodSpecificInput.withPaymentProduct5001SpecificInput(RedirectPaymentProduct5001SpecificInput value) Object containing specific input required for Bizum paymentsRedirectPaymentMethodSpecificInput.withPaymentProduct5300SpecificInput(RedirectPaymentProduct5300SpecificInput value) Pledg (payment product 5300) specific detailsRedirectPaymentMethodSpecificInput.withPaymentProduct5406SpecificInput(RedirectPaymentProduct5406SpecificInput value) Object containing specific input for EPS payments (Payment product ID 5406)RedirectPaymentMethodSpecificInput.withPaymentProduct5408SpecificInput(RedirectPaymentProduct5408SpecificInput value) Object containing specific input for Account to Account payments (Payment product ID 5408)RedirectPaymentMethodSpecificInput.withPaymentProduct5410SpecificInput(RedirectPaymentProduct5410SpecificInput value) iDealin3 (payment product 5410) specific detailsRedirectPaymentMethodSpecificInput.withPaymentProduct809SpecificInput(RedirectPaymentProduct809SpecificInput value) Object containing specific input required for iDeal payments (Payment product ID 809)RedirectPaymentMethodSpecificInput.withPaymentProduct840SpecificInput(RedirectPaymentProduct840SpecificInput value) Object containing specific input required for PayPal payments (Payment product ID 840)RedirectPaymentMethodSpecificInput.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.RedirectPaymentMethodSpecificInput.withRedirectionData(RedirectionData value) Object containing browser specific redirection related dataRedirectPaymentMethodSpecificInput.withRequiresApproval(Boolean value) true = the payment requires approval before the funds will be captured using the Approve payment or Capture payment API false = the payment does not require approval, and the funds will be captured automaticallyID of the token to use to create the payment.RedirectPaymentMethodSpecificInput.withTokenize(Boolean value) Indicates if this transaction should be tokenized true - Tokenize the transaction. false - Do not tokenize the transaction, unless it would be tokenized by other means such as auto-tokenization of recurring payments.Methods in com.onlinepayments.domain with parameters of type RedirectPaymentMethodSpecificInputModifier and TypeMethodDescriptionvoidCreateHostedCheckoutRequest.setRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value) Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalvoidCreatePaymentLinkRequest.setRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value) Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalvoidCreatePaymentRequest.setRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value) Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalCreateHostedCheckoutRequest.withRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value) Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalCreatePaymentLinkRequest.withRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value) Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalCreatePaymentRequest.withRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value) Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal