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) |
Boolean |
getDecisionManagerEnabled()
Toggles whether Decision Manager is enabled or not for Secure Acceptance transactions.
|
Boolean |
getDecisionManagerVerboseEnabled()
Toggles whether verbose Decision Manager results should be present in the Secure Acceptance response.
|
BigDecimal |
getDeclinedRetryLimit()
Defines the number of retries a payer is presented with on payment declines on Hosted Checkout.
|
Boolean |
getDeviceFingerprintEnabled()
Toggles whether or not fraud Device Fingerprinting is enabled on the Hosted Checkout.
|
Boolean |
getReverseAuthOnAddressVerificationSystemFailure()
Toggles whether or not an approved Authorization that fails AVS should be automatically reversed.
|
Boolean |
getReverseAuthOnCardVerificationNumberFailure()
Toggles whether or not an approved Authorization that fails CVN check that should be automatically reversed.
|
Boolean |
getTokenizationEnabled()
Toggles whether Tokenization is enabled or not for Secure Acceptance transactions.
|
int |
hashCode() |
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 getDecisionManagerVerboseEnabled()
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 getDecisionManagerEnabled()
public void setDecisionManagerEnabled(Boolean decisionManagerEnabled)
public SAConfigService tokenizationEnabled(Boolean tokenizationEnabled)
public Boolean getTokenizationEnabled()
public void setTokenizationEnabled(Boolean tokenizationEnabled)
public SAConfigService reverseAuthOnAddressVerificationSystemFailure(Boolean reverseAuthOnAddressVerificationSystemFailure)
public Boolean getReverseAuthOnAddressVerificationSystemFailure()
public void setReverseAuthOnAddressVerificationSystemFailure(Boolean reverseAuthOnAddressVerificationSystemFailure)
public SAConfigService deviceFingerprintEnabled(Boolean deviceFingerprintEnabled)
public Boolean getDeviceFingerprintEnabled()
public void setDeviceFingerprintEnabled(Boolean deviceFingerprintEnabled)
public SAConfigService reverseAuthOnCardVerificationNumberFailure(Boolean reverseAuthOnCardVerificationNumberFailure)
public Boolean getReverseAuthOnCardVerificationNumberFailure()
public void setReverseAuthOnCardVerificationNumberFailure(Boolean reverseAuthOnCardVerificationNumberFailure)
Copyright © 2024. All rights reserved.