public class Ucv1sessionsDataConsumerAuthenticationInformation extends Object
| Constructor and Description |
|---|
Ucv1sessionsDataConsumerAuthenticationInformation() |
| Modifier and Type | Method and 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.
|
int |
hashCode() |
Ucv1sessionsDataConsumerAuthenticationInformation |
messageCategory(String messageCategory) |
void |
setAcsWindowSize(String acsWindowSize) |
void |
setChallengeCode(String challengeCode) |
void |
setMessageCategory(String messageCategory) |
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)
Copyright © 2026. All rights reserved.