public class CardholderAuthenticationCreate 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 |
|---|
CardholderAuthenticationCreate() |
protected String authenticationIdentifier
protected CardAuthenticationResponse authenticationResponse
protected String authenticationValue
protected String electronicCommerceIndicator
protected CardAuthenticationVersion version
public CardholderAuthenticationCreate authenticationIdentifier(String authenticationIdentifier)
public String getAuthenticationIdentifier()
public void setAuthenticationIdentifier(String authenticationIdentifier)
public CardholderAuthenticationCreate authenticationResponse(CardAuthenticationResponse authenticationResponse)
public CardAuthenticationResponse getAuthenticationResponse()
public void setAuthenticationResponse(CardAuthenticationResponse authenticationResponse)
public CardholderAuthenticationCreate authenticationValue(String authenticationValue)
public String getAuthenticationValue()
public void setAuthenticationValue(String authenticationValue)
public CardholderAuthenticationCreate electronicCommerceIndicator(String electronicCommerceIndicator)
public String getElectronicCommerceIndicator()
public void setElectronicCommerceIndicator(String electronicCommerceIndicator)
public CardholderAuthenticationCreate version(CardAuthenticationVersion version)
public CardAuthenticationVersion getVersion()
public void setVersion(CardAuthenticationVersion version)
Copyright © 2024. All rights reserved.