public class CardholderAuthentication extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
authenticationIdentifier |
protected CardAuthenticationResponse |
authenticationResponse |
protected String |
authenticationValue |
protected String |
electronicCommerceIndicator |
protected CardAuthenticationVersion |
version |
| Constructor and Description |
|---|
CardholderAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthenticationIdentifier()
The authentication identifier as assigned by authentication system (e.g.
|
CardAuthenticationResponse |
getAuthenticationResponse() |
String |
getAuthenticationValue()
The cardholder authentication value.
|
String |
getElectronicCommerceIndicator()
The Electronic Commerce Indicator (ECI) value.
|
CardAuthenticationVersion |
getVersion() |
int |
hashCode() |
String |
toString() |
protected String authenticationIdentifier
protected CardAuthenticationResponse authenticationResponse
protected String authenticationValue
protected String electronicCommerceIndicator
protected CardAuthenticationVersion version
public String getAuthenticationIdentifier()
public CardAuthenticationResponse getAuthenticationResponse()
public String getAuthenticationValue()
public String getElectronicCommerceIndicator()
public CardAuthenticationVersion getVersion()
Copyright © 2024. All rights reserved.