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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setApplicationIdPath
(String applicationIdPath) void
setBillingAddressFullNamePath
(String billingAddressFullNamePath) void
setCartStatusPath
(String cartStatusPath) void
setCustomerEmailPath
(String customerEmailPath) void
setCustomerNamePath
(String customerNamePath) void
setNextActionAttributePath
(String nextActionAttributePath) void
setPaymentNextActionsPath
(String paymentNextActionsPath) void
setPaymentVerificationUrlPath
(String paymentVerificationUrlPath) void
setTenantIdPath
(String tenantIdPath) toString()
-
Constructor Details
-
CartAwaitingPaymentResultsPathProperties
public CartAwaitingPaymentResultsPathProperties()
-
-
Method Details
-
getApplicationIdPath
-
getTenantIdPath
-
getCartStatusPath
-
getCustomerNamePath
-
getCustomerEmailPath
-
getBillingAddressFullNamePath
-
getPaymentVerificationUrlPath
-
getPaymentNextActionsPath
-
getNextActionAttributePath
-
setApplicationIdPath
-
setTenantIdPath
-
setCartStatusPath
-
setBillingAddressFullNamePath
-
setCustomerNamePath
-
setCustomerEmailPath
-
setPaymentNextActionsPath
-
setPaymentVerificationUrlPath
-
setNextActionAttributePath
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-