Class PaymentGatewayCustomerNotificationPathProperties

java.lang.Object
com.broadleafcommerce.notification.service.messaging.paymentgateway.PaymentGatewayCustomerNotificationPathProperties

@ConfigurationProperties(prefix="broadleaf.notification.messaging.payment-gateway.paths") public class PaymentGatewayCustomerNotificationPathProperties extends Object
Properties for path strings to properties in the customer notification. Due to how Spring interprets "$" in properties, do not include the "$" for root in the property. The "$." will be added in the getters.
Author:
Dima Myroniuk (dmyroniuk)
  • Constructor Details

    • PaymentGatewayCustomerNotificationPathProperties

      public PaymentGatewayCustomerNotificationPathProperties()
  • Method Details

    • getApplicationIdPath

      public String getApplicationIdPath()
    • getTenantIdPath

      public String getTenantIdPath()
    • getLocalePath

      public String getLocalePath()
    • getTypePath

      public String getTypePath()
    • getCustomerEmailPath

      public String getCustomerEmailPath()
    • getCustomerFullNamePath

      public String getCustomerFullNamePath()
    • getApplicationId

      public String getApplicationId()
    • getTenantIdP

      public String getTenantIdP()
    • getLocale

      public String getLocale()
    • getType

      public String getType()
    • getCustomerEmail

      public String getCustomerEmail()
    • getCustomerFullName

      public String getCustomerFullName()
    • setApplicationId

      public void setApplicationId(String applicationId)
    • setTenantIdP

      public void setTenantIdP(String tenantIdP)
    • setLocale

      public void setLocale(String locale)
    • setType

      public void setType(String type)
    • setCustomerEmail

      public void setCustomerEmail(String customerEmail)
    • setCustomerFullName

      public void setCustomerFullName(String customerFullName)
    • 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