Class DefaultStoreCreditConfiguration
java.lang.Object
com.broadleafcommerce.payment.service.gateway.DefaultStoreCreditConfiguration
- All Implemented Interfaces:
StoreCreditConfiguration
,com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
,com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
@ConfigurationProperties("broadleaf.store-credit.gateway")
public class DefaultStoreCreditConfiguration
extends Object
implements StoreCreditConfiguration
Default implementation of
PaymentGatewayConfiguration
. This supports auth-and-captures
and refunds.- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setFailureReportingThreshold
(int failureReportingThreshold) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
handlesAuthorize, handlesAuthorizeAndCapture, handlesCapture, handlesMultiplePayments, handlesMultipleShipment, handlesPartialCapture, handlesRecurringPayment, handlesRefund, handlesReverseAuthorize, handlesSavedCustomerPayment
-
Constructor Details
-
DefaultStoreCreditConfiguration
public DefaultStoreCreditConfiguration()
-
-
Method Details
-
getFailureReportingThreshold
public int getFailureReportingThreshold()- Specified by:
getFailureReportingThreshold
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
-
setFailureReportingThreshold
public void setFailureReportingThreshold(int failureReportingThreshold) - Specified by:
setFailureReportingThreshold
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
-
getSupportedTransactionTypes
- Specified by:
getSupportedTransactionTypes
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
-
getSupportedFeatures
- Specified by:
getSupportedFeatures
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
-
getGatewayType
- Specified by:
getGatewayType
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
-