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 boolean
boolean
int
hashCode()
void
setApplicationIdPath
(String applicationIdPath) void
setBillingAddressFullNamePath
(String billingAddressFullNamePath) void
setCustomerEmailPath
(String customerEmailPath) void
setCustomerNamePath
(String customerNamePath) void
setOrderStatusPath
(String orderStatusPath) void
setTenantIdPath
(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
-