Class AuthenticationResult
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.AuthenticationResult
- All Implemented Interfaces:
Serializable
Results of Authentication such as 3D Secure.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLiability shift indicator.Results of 3D Secure Authentication.void
setLiabilityShift
(String liabilityShift) Liability shift indicator.void
setThreeDSecure
(ThreeDSecureAuthentication threeDSecure) Results of 3D Secure Authentication.
-
Constructor Details
-
AuthenticationResult
public AuthenticationResult()
-
-
Method Details
-
setLiabilityShift
Liability shift indicator. The outcome of the issuer's authentication. The possible values are:- "YES". Liability has shifted to the card issuer. Available only after order is authorized or captured.
- "NO". Liability is with the merchant.
- "POSSIBLE". Liability may shift to the card issuer. Available only before order is authorized or captured.
- "UNKNOWN". The authentication system is not available.
-
setThreeDSecure
Results of 3D Secure Authentication. -
getLiabilityShift
Liability shift indicator. The outcome of the issuer's authentication. The possible values are:- "YES". Liability has shifted to the card issuer. Available only after order is authorized or captured.
- "NO". Liability is with the merchant.
- "POSSIBLE". Liability may shift to the card issuer. Available only before order is authorized or captured.
- "UNKNOWN". The authentication system is not available.
-
getThreeDSecure
Results of 3D Secure Authentication.
-