Class ExternalCreditAccountProperties

java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.payments.ExternalCreditAccountProperties

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

    • ExternalCreditAccountProperties

      public ExternalCreditAccountProperties()
  • Method Details

    • 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.
    • getCreditAccountsUri

      public String getCreditAccountsUri()
      The default URI to read the 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.
    • setCreditAccountsUri

      public void setCreditAccountsUri(String creditAccountsUri)
      The default URI to read the credit account.
    • setServiceClient

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