Class ExternalPricingProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProperties
@ConfigurationProperties("broadleaf.cartoperation.pricingprovider")
public class ExternalPricingProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe URI path for pricing items.The URI path for recording price data usages.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
setRecordPriceDataUsageUri
(String recordPriceDataUsageUri) The URI path for recording price data usages.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. -
getRecordPriceDataUsageUri
The URI path for recording price data usages. -
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. -
setRecordPriceDataUsageUri
The URI path for recording price data usages. -
setServiceClient
The service client to use when calling pricing services. Default is "cartopsclient".
-