public class SAConfigService extends Object
| Constructor and Description |
|---|
SAConfigService() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
DecisionManagerEnabled()
Toggles whether Decision Manager is enabled or not for Secure Acceptance transactions.
|
SAConfigService |
decisionManagerEnabled(Boolean decisionManagerEnabled) |
Boolean |
DecisionManagerVerboseEnabled()
Toggles whether verbose Decision Manager results should be present in the Secure Acceptance response.
|
SAConfigService |
decisionManagerVerboseEnabled(Boolean decisionManagerVerboseEnabled) |
SAConfigService |
declinedRetryLimit(BigDecimal declinedRetryLimit) |
Boolean |
DeviceFingerprintEnabled()
Toggles whether or not fraud Device Fingerprinting is enabled on the Hosted Checkout.
|
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 |
ReverseAuthOnAddressVerificationSystemFailure()
Toggles whether or not an approved Authorization that fails AVS should be automatically reversed.
|
SAConfigService |
reverseAuthOnAddressVerificationSystemFailure(Boolean reverseAuthOnAddressVerificationSystemFailure) |
Boolean |
ReverseAuthOnCardVerificationNumberFailure()
Toggles whether or not an approved Authorization that fails CVN check that should be automatically reversed.
|
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) |
Boolean |
TokenizationEnabled()
Toggles whether Tokenization is enabled or not for Secure Acceptance transactions.
|
SAConfigService |
tokenizationEnabled(Boolean tokenizationEnabled) |
String |
toString() |
public SAConfigService decisionManagerVerboseEnabled(Boolean decisionManagerVerboseEnabled)
public Boolean DecisionManagerVerboseEnabled()
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 DecisionManagerEnabled()
public void setDecisionManagerEnabled(Boolean decisionManagerEnabled)
public SAConfigService tokenizationEnabled(Boolean tokenizationEnabled)
public Boolean TokenizationEnabled()
public void setTokenizationEnabled(Boolean tokenizationEnabled)
public SAConfigService reverseAuthOnAddressVerificationSystemFailure(Boolean reverseAuthOnAddressVerificationSystemFailure)
public Boolean ReverseAuthOnAddressVerificationSystemFailure()
public void setReverseAuthOnAddressVerificationSystemFailure(Boolean reverseAuthOnAddressVerificationSystemFailure)
public SAConfigService deviceFingerprintEnabled(Boolean deviceFingerprintEnabled)
public Boolean DeviceFingerprintEnabled()
public void setDeviceFingerprintEnabled(Boolean deviceFingerprintEnabled)
public SAConfigService reverseAuthOnCardVerificationNumberFailure(Boolean reverseAuthOnCardVerificationNumberFailure)
public Boolean ReverseAuthOnCardVerificationNumberFailure()
public void setReverseAuthOnCardVerificationNumberFailure(Boolean reverseAuthOnCardVerificationNumberFailure)
Copyright © 2025. All rights reserved.