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 Details

    • DefaultStoreCreditConfiguration

      public DefaultStoreCreditConfiguration()
  • Method Details

    • getFailureReportingThreshold

      public int getFailureReportingThreshold()
      Specified by:
      getFailureReportingThreshold in interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
    • setFailureReportingThreshold

      public void setFailureReportingThreshold(int failureReportingThreshold)
      Specified by:
      setFailureReportingThreshold in interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
    • getSupportedTransactionTypes

      public Set<String> getSupportedTransactionTypes()
      Specified by:
      getSupportedTransactionTypes in interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
    • getSupportedFeatures

      public Set<String> getSupportedFeatures()
      Specified by:
      getSupportedFeatures in interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
    • getGatewayType

      public String getGatewayType()
      Specified by:
      getGatewayType in interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware