public class Ucv1sessionsDataConsumerAuthenticationInformation extends Object
| Constructor | Description |
|---|---|
Ucv1sessionsDataConsumerAuthenticationInformation() |
| Modifier and Type | Method | Description |
|---|---|---|
Ucv1sessionsDataConsumerAuthenticationInformation |
acsWindowSize(String acsWindowSize) |
|
Ucv1sessionsDataConsumerAuthenticationInformation |
challengeCode(String challengeCode) |
|
boolean |
equals(Object o) |
|
String |
getAcsWindowSize() |
The acs window size<br><br> Optional field: This field cannot be configured through the Merchant Experience screens in the Business Center, but if required should be provided on a per‑transaction basis in the uc/v1/sessions API request.
|
String |
getChallengeCode() |
The challenge code<br><br> Optional field: This field cannot be configured through the Merchant Experience screens in the Business Center, but if required should be provided on a per‑transaction basis in the uc/v1/sessions API request.
|
String |
getMessageCategory() |
The message category<br><br> Optional field: This field cannot be configured through the Merchant Experience screens in the Business Center, but if required should be provided on a per‑transaction basis in the uc/v1/sessions API request.
|
String |
getProductCode() |
Specifies the product code, which designates the type of transaction.<br><br> Specify one of the following values for this field: - AIR: Airline purchase Important Required for American Express SafeKey (U.S.).
|
int |
hashCode() |
|
Ucv1sessionsDataConsumerAuthenticationInformation |
messageCategory(String messageCategory) |
|
Ucv1sessionsDataConsumerAuthenticationInformation |
productCode(String productCode) |
|
void |
setAcsWindowSize(String acsWindowSize) |
|
void |
setChallengeCode(String challengeCode) |
|
void |
setMessageCategory(String messageCategory) |
|
void |
setProductCode(String productCode) |
|
String |
toString() |
public Ucv1sessionsDataConsumerAuthenticationInformation()
public Ucv1sessionsDataConsumerAuthenticationInformation challengeCode(String challengeCode)
public String getChallengeCode()
public void setChallengeCode(String challengeCode)
public Ucv1sessionsDataConsumerAuthenticationInformation messageCategory(String messageCategory)
public String getMessageCategory()
public void setMessageCategory(String messageCategory)
public Ucv1sessionsDataConsumerAuthenticationInformation acsWindowSize(String acsWindowSize)
public String getAcsWindowSize()
public void setAcsWindowSize(String acsWindowSize)
public Ucv1sessionsDataConsumerAuthenticationInformation productCode(String productCode)
public String getProductCode()
public void setProductCode(String productCode)
Copyright © 2026. All rights reserved.