Class CartPendingPaymentFailedPathProperties

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

@ConfigurationProperties(prefix="broadleaf.notification.messaging.cart-pending-payment-results.paths") public class CartPendingPaymentFailedPathProperties extends Object
Properties for path strings to properties in the cart pending payment failed 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

    • CartPendingPaymentFailedPathProperties

      public CartPendingPaymentFailedPathProperties()
  • Method Details

    • getApplicationIdPath

      public String getApplicationIdPath()
    • getTenantIdPath

      public String getTenantIdPath()
    • getOrderStatusPath

      public String getOrderStatusPath()
    • getCustomerNamePath

      public String getCustomerNamePath()
    • getCustomerEmailPath

      public String getCustomerEmailPath()
    • getBillingAddressFullNamePath

      public String getBillingAddressFullNamePath()
    • setApplicationIdPath

      public void setApplicationIdPath(String applicationIdPath)
    • setTenantIdPath

      public void setTenantIdPath(String tenantIdPath)
    • setOrderStatusPath

      public void setOrderStatusPath(String orderStatusPath)
    • setBillingAddressFullNamePath

      public void setBillingAddressFullNamePath(String billingAddressFullNamePath)
    • setCustomerNamePath

      public void setCustomerNamePath(String customerNamePath)
    • setCustomerEmailPath

      public void setCustomerEmailPath(String customerEmailPath)
    • 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