Class DefaultChaseOrbitalGatewayConfiguration
java.lang.Object
com.broadleafcommerce.payment.service.gateway.DefaultChaseOrbitalGatewayConfiguration
- All Implemented Interfaces:
ChaseOrbitalGatewayConfiguration,com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration,com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
public class DefaultChaseOrbitalGatewayConfiguration
extends Object
implements ChaseOrbitalGatewayConfiguration
Default implementation of
ChaseOrbitalGatewayConfiguration, primarily deferring to
returning configuration property values.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultChaseOrbitalGatewayConfiguration(ChaseOrbitalGatewayConfigurationProperties configurationProperties) -
Method Summary
Modifier and TypeMethodDescriptionintgetGatewayReferenceForTransactionIdByType(@NonNull String transactionType) voidsetFailureReportingThreshold(int failureReportingThreshold) 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
gatewayReferenceToTransactionId, handlesAuthorize, handlesAuthorizeAndCapture, handlesCapture, handlesMultiplePayments, handlesMultipleShipment, handlesPartialCapture, handlesRecurringPayment, handlesRefund, handlesReverseAuthorize, handlesSavedCustomerPayment
-
Constructor Details
-
DefaultChaseOrbitalGatewayConfiguration
public DefaultChaseOrbitalGatewayConfiguration(ChaseOrbitalGatewayConfigurationProperties configurationProperties)
-
-
Method Details
-
getFailureReportingThreshold
public int getFailureReportingThreshold()- Specified by:
getFailureReportingThresholdin interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
-
setFailureReportingThreshold
public void setFailureReportingThreshold(int failureReportingThreshold) - Specified by:
setFailureReportingThresholdin interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
-
getSupportedTransactionTypes
- Specified by:
getSupportedTransactionTypesin interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
-
getSupportedFeatures
- Specified by:
getSupportedFeaturesin interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
-
getGatewayType
- Specified by:
getGatewayTypein interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
-
getGatewayReferenceForTransactionIdByType
- Specified by:
getGatewayReferenceForTransactionIdByTypein interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
-
getConfigurationProperties
-