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.voidsetPriceInfosUri(String priceInfosUri) The URI path for pricing items.voidsetRecordPriceDataUsageUri(String recordPriceDataUsageUri) The URI path for recording price data usages.voidsetServiceClient(String serviceClient) The service client to use when calling pricing services.voidThe 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".
-