Class ExternalPricingOrderProperties

java.lang.Object
com.broadleafcommerce.pricing.provider.external.ExternalPricingOrderProperties

@ConfigurationProperties("broadleaf.pricing.orderprovider") public class ExternalPricingOrderProperties extends Object
  • Constructor Details

    • ExternalPricingOrderProperties

      public ExternalPricingOrderProperties()
  • Method Details

    • getUrl

      public String getUrl()
      The base url for an external order service.
    • getFulfillmentUri

      public String getFulfillmentUri()
      The URI path for basic singular fulfillment retrieval.
    • getOrderUri

      public String getOrderUri()
      The URI path for basic singular order retrieval.
    • getServiceClient

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

      public void setUrl(String url)
      The base url for an external order service.
    • setFulfillmentUri

      public void setFulfillmentUri(String fulfillmentUri)
      The URI path for basic singular fulfillment retrieval.
    • setOrderUri

      public void setOrderUri(String orderUri)
      The URI path for basic singular order retrieval.
    • setServiceClient

      public void setServiceClient(String serviceClient)
      The service client to use when calling cart services. Default is "pricingclient".