@ConfigurationProperties(value="broadleaf.cartoperation.pricingprovider") public class ExternalPricingProperties extends Object
Constructor and Description |
---|
ExternalPricingProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getPriceInfosUri()
The URI path for pricing items.
|
String |
getUrl()
The base url for an external cart service.
|
void |
setPriceInfosUri(String priceInfosUri)
The URI path for pricing items.
|
void |
setUrl(String url)
The base url for an external cart service.
|
public String getUrl()
public void setUrl(String url)
public String getPriceInfosUri()
public void setPriceInfosUri(String priceInfosUri)
Copyright © 2021. All rights reserved.