Class CartAwaitingPaymentResultsPathProperties

java.lang.Object
com.broadleafcommerce.notification.service.messaging.CartAwaitingPaymentResultsPathProperties

@ConfigurationProperties(prefix="broadleaf.notification.messaging.cart-awaiting-payment-results.paths") public class CartAwaitingPaymentResultsPathProperties extends Object
Properties for path strings to properties in the cart awaiting payment results message. Due to how Spring interprets "$" in properties, do not include the "$" for root in the property. The "$." will be added in the getters.
  • Constructor Details

    • CartAwaitingPaymentResultsPathProperties

      public CartAwaitingPaymentResultsPathProperties()
  • Method Details

    • getApplicationIdPath

      public String getApplicationIdPath()
    • getTenantIdPath

      public String getTenantIdPath()
    • getCartStatusPath

      public String getCartStatusPath()
    • getCustomerNamePath

      public String getCustomerNamePath()
    • getCustomerEmailPath

      public String getCustomerEmailPath()
    • getBillingAddressFullNamePath

      public String getBillingAddressFullNamePath()
    • getPaymentVerificationUrlPath

      public String getPaymentVerificationUrlPath()
    • getPaymentNextActionsPath

      public String getPaymentNextActionsPath()
    • getNextActionAttributePath

      public String getNextActionAttributePath()
    • setApplicationIdPath

      public void setApplicationIdPath(String applicationIdPath)
    • setTenantIdPath

      public void setTenantIdPath(String tenantIdPath)
    • setCartStatusPath

      public void setCartStatusPath(String cartStatusPath)
    • setBillingAddressFullNamePath

      public void setBillingAddressFullNamePath(String billingAddressFullNamePath)
    • setCustomerNamePath

      public void setCustomerNamePath(String customerNamePath)
    • setCustomerEmailPath

      public void setCustomerEmailPath(String customerEmailPath)
    • setPaymentNextActionsPath

      public void setPaymentNextActionsPath(String paymentNextActionsPath)
    • setPaymentVerificationUrlPath

      public void setPaymentVerificationUrlPath(String paymentVerificationUrlPath)
    • setNextActionAttributePath

      public void setNextActionAttributePath(String nextActionAttributePath)
    • 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