Class DefaultAdyenGatewayConfiguration
java.lang.Object
com.broadleafcommerce.adyen.service.DefaultAdyenGatewayConfiguration
- All Implemented Interfaces:
AdyenGatewayConfiguration,com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration,com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
@ConfigurationProperties("broadleaf.adyen.gateway")
public class DefaultAdyenGatewayConfiguration
extends Object
implements AdyenGatewayConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDetermines how many times a transaction failure is reported.The features supported by this gateway.voidsetFailureReportingThreshold(int failureReportingThreshold) Determines how many times a transaction failure is reported.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
handlesAuthorize, handlesAuthorizeAndCapture, handlesCapture, handlesMultiplePayments, handlesMultipleShipment, handlesPartialCapture, handlesRecurringPayment, handlesRefund, handlesReverseAuthorize, handlesSavedCustomerPayment
-
Constructor Details
-
DefaultAdyenGatewayConfiguration
public DefaultAdyenGatewayConfiguration()
-
-
Method Details
-
getFailureReportingThreshold
public int getFailureReportingThreshold()Determines how many times a transaction failure is reported. Default is once.- Specified by:
getFailureReportingThresholdin interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
-
setFailureReportingThreshold
public void setFailureReportingThreshold(int failureReportingThreshold) Determines how many times a transaction failure is reported. Default is once.- Specified by:
setFailureReportingThresholdin interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
-
getSupportedTransactionTypes
- Specified by:
getSupportedTransactionTypesin interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration- See Also:
-
getSupportedFeatures
The features supported by this gateway.- Specified by:
getSupportedFeaturesin interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration- See Also:
-
getGatewayType
- Specified by:
getGatewayTypein interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware- See Also:
-