Class ExternalTabbyProviderProperties
java.lang.Object
com.broadleafcommerce.tabby.provider.external.ExternalTabbyProviderProperties
@ConfigurationProperties("broadleaf.tabby.provider")
public class ExternalTabbyProviderProperties
extends Object
The properties for the Tabby API configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe default API URL.The URI to capture the specified payment.The URI to close the specified payment.The URI to create the checkout session.The URI to refund the specified payment.The URI to retrieve the specified payment.void
init()
void
The default API URL.void
setCapturePaymentUri
(String capturePaymentUri) The URI to capture the specified payment.void
setClosePaymentUri
(String closePaymentUri) The URI to close the specified payment.void
setCreateCheckoutSessionUri
(String createCheckoutSessionUri) The URI to create the checkout session.void
setRefundPaymentUri
(String refundPaymentUri) The URI to refund the specified payment.void
setRetrievePaymentUri
(String retrievePaymentUri) The URI to retrieve the specified payment.
-
Constructor Details
-
ExternalTabbyProviderProperties
public ExternalTabbyProviderProperties()
-
-
Method Details
-
init
@PostConstruct public void init() -
getApiUrl
The default API URL. -
getCreateCheckoutSessionUri
The URI to create the checkout session. -
getRetrievePaymentUri
The URI to retrieve the specified payment. -
getCapturePaymentUri
The URI to capture the specified payment. -
getRefundPaymentUri
The URI to refund the specified payment. -
getClosePaymentUri
The URI to close the specified payment. -
setApiUrl
The default API URL. -
setCreateCheckoutSessionUri
The URI to create the checkout session. -
setRetrievePaymentUri
The URI to retrieve the specified payment. -
setCapturePaymentUri
The URI to capture the specified payment. -
setRefundPaymentUri
The URI to refund the specified payment. -
setClosePaymentUri
The URI to close the specified payment.
-