java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.hps.provider.autoconfigure.HPSProviderGlobalProperties

@ConfigurationProperties("broadleaf.chase-payment.hps.provider.global") public class HPSProviderGlobalProperties extends Object
Configuration properties configuring HPSProvider that are not discriminated by context.
  • Constructor Details

    • HPSProviderGlobalProperties

      public HPSProviderGlobalProperties()
  • Method Details

    • getHpsBaseApiUrl

      public String getHpsBaseApiUrl()
      The base URL at which the Chase Hosted Payment Solutions API is located. The default value is the HPS 3.0 Testing Environment.
    • getOrderAbstractionUidInitPath

      public String getOrderAbstractionUidInitPath()
      The relative path for the UID Init API operation.
    • getOrderAbstractionUidQueryPath

      public String getOrderAbstractionUidQueryPath()
      The relative path for the UID Query API operation.
    • getHpfRequestPath

      public String getHpfRequestPath()
      The relative path at which a frontend can provide the UID and request the actual HPF form (ex: in an iFrame).
    • setHpsBaseApiUrl

      public void setHpsBaseApiUrl(String hpsBaseApiUrl)
      The base URL at which the Chase Hosted Payment Solutions API is located. The default value is the HPS 3.0 Testing Environment.
    • setOrderAbstractionUidInitPath

      public void setOrderAbstractionUidInitPath(String orderAbstractionUidInitPath)
      The relative path for the UID Init API operation.
    • setOrderAbstractionUidQueryPath

      public void setOrderAbstractionUidQueryPath(String orderAbstractionUidQueryPath)
      The relative path for the UID Query API operation.
    • setHpfRequestPath

      public void setHpfRequestPath(String hpfRequestPath)
      The relative path at which a frontend can provide the UID and request the actual HPF form (ex: in an iFrame).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object