Uses of Class
com.onlinepayments.domain.RedirectPaymentProduct3306SpecificInput
Packages that use RedirectPaymentProduct3306SpecificInput
-
Uses of RedirectPaymentProduct3306SpecificInput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return RedirectPaymentProduct3306SpecificInputModifier and TypeMethodDescriptionRedirectPaymentMethodSpecificInput.getPaymentProduct3306SpecificInput()Object containing specific input required for Klarna payments (Payment product ID 3306)RedirectPaymentProduct3306SpecificInput.withExtraMerchantData(String value) In some cases, Klarna require additional information regarding the customer and the purchase in order to make a correct risk assessment.Methods in com.onlinepayments.domain with parameters of type RedirectPaymentProduct3306SpecificInputModifier and TypeMethodDescriptionvoidRedirectPaymentMethodSpecificInput.setPaymentProduct3306SpecificInput(RedirectPaymentProduct3306SpecificInput value) Object containing specific input required for Klarna payments (Payment product ID 3306)RedirectPaymentMethodSpecificInput.withPaymentProduct3306SpecificInput(RedirectPaymentProduct3306SpecificInput value) Object containing specific input required for Klarna payments (Payment product ID 3306)