@ConfigurationProperties(value="broadleaf.cartoperation.offerprovider") public class ExternalOfferProperties extends Object
Constructor and Description |
---|
ExternalOfferProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getApplyUri()
The URI path for applying offers.
|
String |
getUrl()
The base url for an external cart service.
|
String |
getUseCodeUri()
The URI path for using a code.
|
String |
getValidateUri()
The URI path for validating checkout.
|
void |
setApplyUri(String applyUri)
The URI path for applying offers.
|
void |
setUrl(String url)
The base url for an external cart service.
|
void |
setUseCodeUri(String useCodeUri)
The URI path for using a code.
|
void |
setValidateUri(String validateUri)
The URI path for validating checkout.
|
public String getUrl()
public void setUrl(String url)
public String getUseCodeUri()
public void setUseCodeUri(String useCodeUri)
public String getValidateUri()
public void setValidateUri(String validateUri)
public String getApplyUri()
public void setApplyUri(String applyUri)
Copyright © 2021. All rights reserved.