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 booleanbooleaninthashCode()voidsetApplicationIdPath(String applicationIdPath) voidsetBillingAddressFullNamePath(String billingAddressFullNamePath) voidsetCartStatusPath(String cartStatusPath) voidsetCustomerEmailPath(String customerEmailPath) voidsetCustomerNamePath(String customerNamePath) voidsetNextActionAttributePath(String nextActionAttributePath) voidsetPaymentNextActionsPath(String paymentNextActionsPath) voidsetPaymentVerificationUrlPath(String paymentVerificationUrlPath) voidsetTenantIdPath(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
-