public class MobileThreeDSecureChallengeParameters extends Object
Constructor and Description |
---|
MobileThreeDSecureChallengeParameters() |
Modifier and Type | Method and Description |
---|---|
String |
getAcsReferenceNumber()
The unique identifier assigned by the EMVCo Secretariat upon testing and approval.
|
String |
getAcsSignedContent()
Contains the JWS object created by the ACS for the challenge (ARes).
|
String |
getAcsTransactionId()
The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer).
|
String |
getThreeDServerTransactionId()
The 3-D Secure version 2 transaction ID that is used for the 3D Authentication
|
void |
setAcsReferenceNumber(String value)
The unique identifier assigned by the EMVCo Secretariat upon testing and approval.
|
void |
setAcsSignedContent(String value)
Contains the JWS object created by the ACS for the challenge (ARes).
|
void |
setAcsTransactionId(String value)
The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer).
|
void |
setThreeDServerTransactionId(String value)
The 3-D Secure version 2 transaction ID that is used for the 3D Authentication
|
public MobileThreeDSecureChallengeParameters()
public String getAcsReferenceNumber()
public void setAcsReferenceNumber(String value)
public String getAcsSignedContent()
public void setAcsSignedContent(String value)
public String getAcsTransactionId()
public void setAcsTransactionId(String value)
public String getThreeDServerTransactionId()
public void setThreeDServerTransactionId(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.