public class SAConfigService extends Object
| Constructor and Description |
|---|
SAConfigService() |
| Modifier and Type | Method and Description |
|---|---|
SAConfigService |
decisionManagerEnabled(Boolean decisionManagerEnabled) |
SAConfigService |
decisionManagerVerboseEnabled(Boolean decisionManagerVerboseEnabled) |
SAConfigService |
declinedRetryLimit(BigDecimal declinedRetryLimit) |
SAConfigService |
deviceFingerprintEnabled(Boolean deviceFingerprintEnabled) |
boolean |
equals(Object o) |
BigDecimal |
getDeclinedRetryLimit()
Defines the number of retries a payer is presented with on payment declines on Hosted Checkout.
|
int |
hashCode() |
Boolean |
isDecisionManagerEnabled()
Toggles whether Decision Manager is enabled or not for Secure Acceptance transactions.
|
Boolean |
isDecisionManagerVerboseEnabled()
Toggles whether verbose Decision Manager results should be present in the Secure Acceptance response.
|
Boolean |
isDeviceFingerprintEnabled()
Toggles whether or not fraud Device Fingerprinting is enabled on the Hosted Checkout.
|
Boolean |
isReverseAuthOnAddressVerificationSystemFailure()
Toggles whether or not an approved Authorization that fails AVS should be automatically reversed.
|
Boolean |
isReverseAuthOnCardVerificationNumberFailure()
Toggles whether or not an approved Authorization that fails CVN check that should be automatically reversed.
|
Boolean |
isTokenizationEnabled()
Toggles whether Tokenization is enabled or not for Secure Acceptance transactions.
|
SAConfigService |
reverseAuthOnAddressVerificationSystemFailure(Boolean reverseAuthOnAddressVerificationSystemFailure) |
SAConfigService |
reverseAuthOnCardVerificationNumberFailure(Boolean reverseAuthOnCardVerificationNumberFailure) |
void |
setDecisionManagerEnabled(Boolean decisionManagerEnabled) |
void |
setDecisionManagerVerboseEnabled(Boolean decisionManagerVerboseEnabled) |
void |
setDeclinedRetryLimit(BigDecimal declinedRetryLimit) |
void |
setDeviceFingerprintEnabled(Boolean deviceFingerprintEnabled) |
void |
setReverseAuthOnAddressVerificationSystemFailure(Boolean reverseAuthOnAddressVerificationSystemFailure) |
void |
setReverseAuthOnCardVerificationNumberFailure(Boolean reverseAuthOnCardVerificationNumberFailure) |
void |
setTokenizationEnabled(Boolean tokenizationEnabled) |
SAConfigService |
tokenizationEnabled(Boolean tokenizationEnabled) |
String |
toString() |
public SAConfigService decisionManagerVerboseEnabled(Boolean decisionManagerVerboseEnabled)
public Boolean isDecisionManagerVerboseEnabled()
public void setDecisionManagerVerboseEnabled(Boolean decisionManagerVerboseEnabled)
public SAConfigService declinedRetryLimit(BigDecimal declinedRetryLimit)
public BigDecimal getDeclinedRetryLimit()
public void setDeclinedRetryLimit(BigDecimal declinedRetryLimit)
public SAConfigService decisionManagerEnabled(Boolean decisionManagerEnabled)
public Boolean isDecisionManagerEnabled()
public void setDecisionManagerEnabled(Boolean decisionManagerEnabled)
public SAConfigService tokenizationEnabled(Boolean tokenizationEnabled)
public Boolean isTokenizationEnabled()
public void setTokenizationEnabled(Boolean tokenizationEnabled)
public SAConfigService reverseAuthOnAddressVerificationSystemFailure(Boolean reverseAuthOnAddressVerificationSystemFailure)
public Boolean isReverseAuthOnAddressVerificationSystemFailure()
public void setReverseAuthOnAddressVerificationSystemFailure(Boolean reverseAuthOnAddressVerificationSystemFailure)
public SAConfigService deviceFingerprintEnabled(Boolean deviceFingerprintEnabled)
public Boolean isDeviceFingerprintEnabled()
public void setDeviceFingerprintEnabled(Boolean deviceFingerprintEnabled)
public SAConfigService reverseAuthOnCardVerificationNumberFailure(Boolean reverseAuthOnCardVerificationNumberFailure)
public Boolean isReverseAuthOnCardVerificationNumberFailure()
public void setReverseAuthOnCardVerificationNumberFailure(Boolean reverseAuthOnCardVerificationNumberFailure)
Copyright © 2024. All rights reserved.