Uses of Class
com.onlinepayments.domain.RedirectPaymentProduct840SpecificInput
Packages that use RedirectPaymentProduct840SpecificInput
-
Uses of RedirectPaymentProduct840SpecificInput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return RedirectPaymentProduct840SpecificInputModifier and TypeMethodDescriptionRedirectPaymentMethodSpecificInput.getPaymentProduct840SpecificInput()Object containing specific input required for PayPal payments (Payment product ID 840)RedirectPaymentProduct840SpecificInput.withAddressSelectionAtPayPal(Boolean value) Indicates whether to use PayPal Express Checkout Shortcut.RedirectPaymentProduct840SpecificInput.withCustom(String value) Free text field that you can use to support reconciliation flow.RedirectPaymentProduct840SpecificInput.withJavaScriptSdkFlow(Boolean value) To be enabled when Javascript SDK integration is implemented on S2S flow false = When this flag is disabled the field RedirectionURL is returned by CreatePayment call and should be used in merchant implementation to redirect buyer to PayPal. true = When this flag is enabled the field orderID is returned by CreatePayment call and should be utilized in case merchant has integrated JS SDK button on their S2S implementation Default value is false.RedirectPaymentProduct840SpecificInput.withPayLater(Boolean value) Indicates whether to allow PayPal Pay Later option.Methods in com.onlinepayments.domain with parameters of type RedirectPaymentProduct840SpecificInputModifier and TypeMethodDescriptionvoidRedirectPaymentMethodSpecificInput.setPaymentProduct840SpecificInput(RedirectPaymentProduct840SpecificInput value) Object containing specific input required for PayPal payments (Payment product ID 840)RedirectPaymentMethodSpecificInput.withPaymentProduct840SpecificInput(RedirectPaymentProduct840SpecificInput value) Object containing specific input required for PayPal payments (Payment product ID 840)