@ConfigurationProperties(value="broadleaf.cartoperation.campaignprovider") public class ExternalCampaignProperties extends Object
Constructor and Description |
---|
ExternalCampaignProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getCampaignAuditDetailsUri()
The URI context path for recording a campaign code usage.
|
String |
getUrl()
The base url for an external campaign service.
|
String |
getUsabilityInfoUri()
The URI context path to append to
campaignAuditDetailsUri that defines the endpoint
responsible for providing whether a campaign code is usable, usually before it is applied. |
String |
getValidateUri()
The URI context path to append to
campaignAuditDetailsUri that defines the endpoint
responsible for validating campaign code usages after they're added to the cart, usually
during checkout submission to make sure codes are still valid. |
void |
setCampaignAuditDetailsUri(String campaignAuditDetailsUri)
The URI context path for recording a campaign code usage.
|
void |
setUrl(String url)
The base url for an external campaign service.
|
void |
setUsabilityInfoUri(String usabilityInfoUri)
The URI context path to append to
campaignAuditDetailsUri that defines the endpoint
responsible for providing whether a campaign code is usable, usually before it is applied. |
void |
setValidateUri(String validateUri)
The URI context path to append to
campaignAuditDetailsUri that defines the endpoint
responsible for validating campaign code usages after they're added to the cart, usually
during checkout submission to make sure codes are still valid. |
public String getUrl()
public void setUrl(String url)
public String getCampaignAuditDetailsUri()
public void setCampaignAuditDetailsUri(String campaignAuditDetailsUri)
public String getUsabilityInfoUri()
campaignAuditDetailsUri
that defines the endpoint
responsible for providing whether a campaign code is usable, usually before it is applied.public void setUsabilityInfoUri(String usabilityInfoUri)
campaignAuditDetailsUri
that defines the endpoint
responsible for providing whether a campaign code is usable, usually before it is applied.public String getValidateUri()
campaignAuditDetailsUri
that defines the endpoint
responsible for validating campaign code usages after they're added to the cart, usually
during checkout submission to make sure codes are still valid.public void setValidateUri(String validateUri)
campaignAuditDetailsUri
that defines the endpoint
responsible for validating campaign code usages after they're added to the cart, usually
during checkout submission to make sure codes are still valid.Copyright © 2021. All rights reserved.