-
public final class PrimerPaymentMethodTokenData.AuthenticationDetails
-
-
Field Summary
Fields Modifier and Type Field Description private final ResponseCoderesponseCodeprivate final StringreasonCodeprivate final StringreasonTextprivate final StringprotocolVersionprivate final BooleanchallengeIssued
-
Constructor Summary
Constructors Constructor Description PrimerPaymentMethodTokenData.AuthenticationDetails(ResponseCode responseCode, String reasonCode, String reasonText, String protocolVersion, Boolean challengeIssued)
-
Method Summary
Modifier and Type Method Description final ResponseCodegetResponseCode()final StringgetReasonCode()final StringgetReasonText()final StringgetProtocolVersion()final BooleangetChallengeIssued()-
-
Constructor Detail
-
PrimerPaymentMethodTokenData.AuthenticationDetails
PrimerPaymentMethodTokenData.AuthenticationDetails(ResponseCode responseCode, String reasonCode, String reasonText, String protocolVersion, Boolean challengeIssued)
-
-
Method Detail
-
getResponseCode
final ResponseCode getResponseCode()
-
getReasonCode
final String getReasonCode()
-
getReasonText
final String getReasonText()
-
getProtocolVersion
final String getProtocolVersion()
-
getChallengeIssued
final Boolean getChallengeIssued()
-
-
-
-