Package com.onlinepayments.domain
Class PaymentProduct3012SpecificInput
java.lang.Object
com.onlinepayments.domain.PaymentProduct3012SpecificInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicate whether 3D Secure authentication should be forced.Indicate whether its a deferred payment.Indicate whether its wallet initiated payment.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.voidsetForceAuthentication(Boolean value) Indicate whether 3D Secure authentication should be forced.voidsetIsDeferredPayment(Boolean value) Indicate whether its a deferred payment.voidsetIsWipTransaction(Boolean value) Indicate whether its wallet initiated payment.voidIndicates 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.withForceAuthentication(Boolean value) Indicate whether 3D Secure authentication should be forced.withIsDeferredPayment(Boolean value) Indicate whether its a deferred payment.withIsWipTransaction(Boolean value) Indicate whether its wallet initiated payment.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.
-
Constructor Details
-
PaymentProduct3012SpecificInput
public PaymentProduct3012SpecificInput()
-
-
Method Details
-
getForceAuthentication
Indicate whether 3D Secure authentication should be forced. -
setForceAuthentication
Indicate whether 3D Secure authentication should be forced. -
withForceAuthentication
Indicate whether 3D Secure authentication should be forced. -
getIsDeferredPayment
Indicate whether its a deferred payment. -
setIsDeferredPayment
Indicate whether its a deferred payment. -
withIsDeferredPayment
Indicate whether its a deferred payment. -
getIsWipTransaction
Indicate whether its wallet initiated payment. -
setIsWipTransaction
Indicate whether its wallet initiated payment. -
withIsWipTransaction
Indicate whether its wallet initiated payment. -
getWipMerchantAuthenticationMethod
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.
-
setWipMerchantAuthenticationMethod
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.
-
withWipMerchantAuthenticationMethod
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.
-