Class ExternalOfferProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
@ConfigurationProperties("broadleaf.cartoperation.offerprovider")
public class ExternalOfferProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe URI path for applying offers.The service client to use when calling offer services.getUrl()
The base url for an external cart service.The URI path for using a code.The URI path for validating checkout.void
setApplyUri
(String applyUri) The URI path for applying offers.void
setServiceClient
(String serviceClient) The service client to use when calling offer services.void
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.
-
Constructor Details
-
ExternalOfferProperties
public ExternalOfferProperties()
-
-
Method Details
-
getUrl
The base url for an external cart service. -
getUseCodeUri
The URI path for using a code. -
getValidateUri
The URI path for validating checkout. -
getApplyUri
The URI path for applying offers. -
getServiceClient
The service client to use when calling offer services. Default is "cartopsclient". -
setUrl
The base url for an external cart service. -
setUseCodeUri
The URI path for using a code. -
setValidateUri
The URI path for validating checkout. -
setApplyUri
The URI path for applying offers. -
setServiceClient
The service client to use when calling offer services. Default is "cartopsclient".
-