Interface SamplePaymentGatewayConfiguration
- All Superinterfaces:
org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
- All Known Implementing Classes:
SamplePaymentGatewayConfigurationImpl
public interface SamplePaymentGatewayConfiguration
extends org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
- Author:
- Elbert Bautista (elbertbautista)
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
getFailureReportingThreshold, getGatewayType, handlesAuthorize, handlesAuthorizeAndCapture, handlesCapture, handlesMultiplePayments, handlesMultipleShipment, handlesPartialCapture, handlesRecurringPayment, handlesRefund, handlesReverseAuthorize, handlesSavedCustomerPayment, handlesVoid, isPerformAuthorizeAndCapture, setFailureReportingThreshold, setPerformAuthorizeAndCapture
-
Method Details
-
getTransparentRedirectUrl
String getTransparentRedirectUrl() -
getTransparentRedirectReturnUrl
String getTransparentRedirectReturnUrl() -
getCustomerPaymentTransparentRedirectUrl
String getCustomerPaymentTransparentRedirectUrl() -
getCustomerPaymentTransparentRedirectReturnUrl
String getCustomerPaymentTransparentRedirectReturnUrl()
-