Uses of Class
com.onlinepayments.domain.PaymentProduct3012SpecificInput
Packages that use PaymentProduct3012SpecificInput
-
Uses of PaymentProduct3012SpecificInput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProduct3012SpecificInputModifier and TypeMethodDescriptionCardPaymentMethodSpecificInput.getPaymentProduct3012SpecificInput()Object containing specific input required for bancontact.CardPaymentMethodSpecificInputBase.getPaymentProduct3012SpecificInput()Object containing specific input required for bancontact.PaymentProduct3012SpecificInput.withForceAuthentication(Boolean value) Indicate whether 3D Secure authentication should be forced.PaymentProduct3012SpecificInput.withIsDeferredPayment(Boolean value) Indicate whether its a deferred payment.PaymentProduct3012SpecificInput.withIsWipTransaction(Boolean value) Indicate whether its wallet initiated payment.PaymentProduct3012SpecificInput.withWipMerchantAuthenticationMethod(String value) Indicates how the cardholder was authenticated to the Merchant Wallet in the context of the transaction to which the BEPAF is attached 01 = Username/password or PIN login successfully performed by cardholder. 02 = Authentication through Secret/Private Key in Secure Hardware Solution was successfully performed. 04 = Authentication through Secret/Private Key in Secure Software Solution (for example, mobile App) was successfully performed. 08 = Location-based Authentication was successfully performed. 10 = Environmental Authentication in Secure Software Solution (mobile App) was successfully performed. 20 = Behavioral Analysis was successfully performed. 40 = Biometrics Authentication was successfully performed. 80 = Out of band user authentication was successfully performed.Methods in com.onlinepayments.domain with parameters of type PaymentProduct3012SpecificInputModifier and TypeMethodDescriptionvoidCardPaymentMethodSpecificInput.setPaymentProduct3012SpecificInput(PaymentProduct3012SpecificInput value) Object containing specific input required for bancontact.voidCardPaymentMethodSpecificInputBase.setPaymentProduct3012SpecificInput(PaymentProduct3012SpecificInput value) Object containing specific input required for bancontact.CardPaymentMethodSpecificInput.withPaymentProduct3012SpecificInput(PaymentProduct3012SpecificInput value) Object containing specific input required for bancontact.CardPaymentMethodSpecificInputBase.withPaymentProduct3012SpecificInput(PaymentProduct3012SpecificInput value) Object containing specific input required for bancontact.