public class PaymentsStrongAuthIssuerInformation extends Object
| Constructor and Description |
|---|
PaymentsStrongAuthIssuerInformation() |
| Modifier and Type | Method and Description |
|---|---|
PaymentsStrongAuthIssuerInformation |
delegatedAuthenticationResult(String delegatedAuthenticationResult) |
boolean |
equals(Object o) |
String |
getDelegatedAuthenticationResult()
This will be the value returned by Visanet when delegated authentication has been requested.
|
String |
getLowValueExemptionResult()
This will be the value returned by Visanet when low value exemption has been requested.
|
String |
getRiskAnalysisExemptionResult()
Possible values: Visa Platform Connect - `8401` Merchant not participating in Visa Trusted Listing Program.
|
String |
getSecureCorporatePaymentResult()
This will be the value returned by Visanet when secure corporate payment (scp) exemption has been requested.
|
String |
getTransactionRiskAnalysisExemptionResult()
This will be the value returned by Visanet when transaction risk analysis (TRA) exemption has been requested.
|
String |
getTrustedMerchantExemptionResult()
Possible values: Visa Platform Connect - `2` Trusted merchant exemption validated/honored.
|
int |
hashCode() |
PaymentsStrongAuthIssuerInformation |
lowValueExemptionResult(String lowValueExemptionResult) |
PaymentsStrongAuthIssuerInformation |
riskAnalysisExemptionResult(String riskAnalysisExemptionResult) |
PaymentsStrongAuthIssuerInformation |
secureCorporatePaymentResult(String secureCorporatePaymentResult) |
void |
setDelegatedAuthenticationResult(String delegatedAuthenticationResult) |
void |
setLowValueExemptionResult(String lowValueExemptionResult) |
void |
setRiskAnalysisExemptionResult(String riskAnalysisExemptionResult) |
void |
setSecureCorporatePaymentResult(String secureCorporatePaymentResult) |
void |
setTransactionRiskAnalysisExemptionResult(String transactionRiskAnalysisExemptionResult) |
void |
setTrustedMerchantExemptionResult(String trustedMerchantExemptionResult) |
String |
toString() |
PaymentsStrongAuthIssuerInformation |
transactionRiskAnalysisExemptionResult(String transactionRiskAnalysisExemptionResult) |
PaymentsStrongAuthIssuerInformation |
trustedMerchantExemptionResult(String trustedMerchantExemptionResult) |
public PaymentsStrongAuthIssuerInformation riskAnalysisExemptionResult(String riskAnalysisExemptionResult)
public String getRiskAnalysisExemptionResult()
public void setRiskAnalysisExemptionResult(String riskAnalysisExemptionResult)
public PaymentsStrongAuthIssuerInformation trustedMerchantExemptionResult(String trustedMerchantExemptionResult)
public String getTrustedMerchantExemptionResult()
public void setTrustedMerchantExemptionResult(String trustedMerchantExemptionResult)
public PaymentsStrongAuthIssuerInformation lowValueExemptionResult(String lowValueExemptionResult)
public String getLowValueExemptionResult()
public void setLowValueExemptionResult(String lowValueExemptionResult)
public PaymentsStrongAuthIssuerInformation secureCorporatePaymentResult(String secureCorporatePaymentResult)
public String getSecureCorporatePaymentResult()
public void setSecureCorporatePaymentResult(String secureCorporatePaymentResult)
public PaymentsStrongAuthIssuerInformation transactionRiskAnalysisExemptionResult(String transactionRiskAnalysisExemptionResult)
public String getTransactionRiskAnalysisExemptionResult()
public void setTransactionRiskAnalysisExemptionResult(String transactionRiskAnalysisExemptionResult)
public PaymentsStrongAuthIssuerInformation delegatedAuthenticationResult(String delegatedAuthenticationResult)
public String getDelegatedAuthenticationResult()
public void setDelegatedAuthenticationResult(String delegatedAuthenticationResult)
Copyright © 2025. All rights reserved.