Class ExternalPricingProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProperties
@ConfigurationProperties("broadleaf.cartoperation.pricingprovider")
public class ExternalPricingProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe URI path for pricing items.The service client to use when calling pricing services.getUrl()
The base url for an external cart service.void
setPriceInfosUri
(String priceInfosUri) The URI path for pricing items.void
setServiceClient
(String serviceClient) The service client to use when calling pricing services.void
The base url for an external cart service.
-
Constructor Details
-
ExternalPricingProperties
public ExternalPricingProperties()
-
-
Method Details
-
getUrl
The base url for an external cart service. -
getPriceInfosUri
The URI path for pricing items. -
getServiceClient
The service client to use when calling pricing services. Default is "cartopsclient". -
setUrl
The base url for an external cart service. -
setPriceInfosUri
The URI path for pricing items. -
setServiceClient
The service client to use when calling pricing services. Default is "cartopsclient".
-