Class ExternalCreditAccountProperties


  • @ConfigurationProperties("broadleaf.cartoperation.creditaccountprovider")
    public class ExternalCreditAccountProperties
    extends Object
    Properties for interacting with an external credit account service.
    Author:
    Dima Myroniuk (dmyroniuk)
    • Constructor Detail

      • ExternalCreditAccountProperties

        public ExternalCreditAccountProperties()
    • Method Detail

      • getUrl

        public String getUrl()
        The base url for an external credit account service.
      • getCustomerStoreCreditAccountsUri

        public String getCustomerStoreCreditAccountsUri()
        The default URI to read the customer store credit account.
      • getServiceClient

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

        public void setUrl​(String url)
        The base url for an external credit account service.
      • setCustomerStoreCreditAccountsUri

        public void setCustomerStoreCreditAccountsUri​(String customerStoreCreditAccountsUri)
        The default URI to read the customer store credit account.
      • setServiceClient

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