Class ExternalPricingProperties


  • @ConfigurationProperties("broadleaf.cartoperation.pricingprovider")
    public class ExternalPricingProperties
    extends Object
    • Constructor Detail

      • ExternalPricingProperties

        public ExternalPricingProperties()
    • Method Detail

      • getUrl

        public String getUrl()
        The base url for an external cart service.
      • getPriceInfosUri

        public String getPriceInfosUri()
        The URI path for pricing items.
      • getServiceClient

        public String getServiceClient()
        The service client to use when calling pricing services. Default is "cartopsclient".
      • setUrl

        public void setUrl​(String url)
        The base url for an external cart service.
      • setPriceInfosUri

        public void setPriceInfosUri​(String priceInfosUri)
        The URI path for pricing items.
      • setServiceClient

        public void setServiceClient​(String serviceClient)
        The service client to use when calling pricing services. Default is "cartopsclient".