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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
setApplicationId
(String applicationId) void
setCustomerEmail
(String customerEmail) void
setCustomerFullName
(String customerFullName) void
void
setTenantIdP
(String tenantIdP) void
toString()
-
Constructor Details
-
PaymentGatewayCustomerNotificationPathProperties
public PaymentGatewayCustomerNotificationPathProperties()
-
-
Method Details
-
getApplicationIdPath
-
getTenantIdPath
-
getLocalePath
-
getTypePath
-
getCustomerEmailPath
-
getCustomerFullNamePath
-
getApplicationId
-
getTenantIdP
-
getLocale
-
getType
-
getCustomerEmail
-
getCustomerFullName
-
setApplicationId
-
setTenantIdP
-
setLocale
-
setType
-
setCustomerEmail
-
setCustomerFullName
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-