Class ExternalOfferProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.ExternalOfferProperties
@ConfigurationProperties("broadleaf.cartoperation.offerprovider")
public class ExternalOfferProperties
extends Object
-
Constructor Summary
Constructors -
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.voidsetApplyUri(String applyUri) The URI path for applying offers.voidsetServiceClient(String serviceClient) The service client to use when calling offer services.voidThe base url for an external cart service.voidsetUseCodeUri(String useCodeUri) The URI path for using a code.voidsetValidateUri(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".
-