Class DefaultCheckoutComGatewayConfiguration
- java.lang.Object
-
- com.broadleafcommerce.payment.service.gateway.DefaultCheckoutComGatewayConfiguration
-
- All Implemented Interfaces:
CheckoutComGatewayConfiguration,com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration,com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
@ConfigurationProperties("broadleaf.checkout-com.gateway") public class DefaultCheckoutComGatewayConfiguration extends Object implements CheckoutComGatewayConfiguration
-
-
Constructor Summary
Constructors Constructor Description DefaultCheckoutComGatewayConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFailureReportingThreshold()Determines how many times a transaction failure is reported.StringgetGatewayType()Set<String>getSupportedFeatures()Set<String>getSupportedTransactionTypes()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, wait
-
Methods inherited from interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
handlesAuthorize, handlesAuthorizeAndCapture, handlesCapture, handlesMultiplePayments, handlesMultipleShipment, handlesPartialCapture, handlesRecurringPayment, handlesRefund, handlesReverseAuthorize, handlesSavedCustomerPayment
-
-
-
-
Method Detail
-
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
public Set<String> getSupportedTransactionTypes()
- Specified by:
getSupportedTransactionTypesin interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration- See Also:
getSupportedTransactionTypes()
-
getSupportedFeatures
public Set<String> getSupportedFeatures()
- Specified by:
getSupportedFeaturesin interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration- See Also:
getSupportedFeatures()
-
getGatewayType
public String getGatewayType()
- Specified by:
getGatewayTypein interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware- See Also:
getGatewayType()
-
-