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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetApplicationIdPath(String applicationIdPath) voidsetBillingAddressFullNamePath(String billingAddressFullNamePath) voidsetCustomerEmailPath(String customerEmailPath) voidsetCustomerNamePath(String customerNamePath) voidsetOrderStatusPath(String orderStatusPath) voidsetTenantIdPath(String tenantIdPath) toString() 
- 
Constructor Details
- 
CartPendingPaymentFailedPathProperties
public CartPendingPaymentFailedPathProperties() 
 - 
 - 
Method Details
- 
getApplicationIdPath
 - 
getTenantIdPath
 - 
getOrderStatusPath
 - 
getCustomerNamePath
 - 
getCustomerEmailPath
 - 
getBillingAddressFullNamePath
 - 
setApplicationIdPath
 - 
setTenantIdPath
 - 
setOrderStatusPath
 - 
setBillingAddressFullNamePath
 - 
setCustomerNamePath
 - 
setCustomerEmailPath
 - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -