Class SkuToEntitlementLookupServiceProperties
java.lang.Object
com.broadleafcommerce.billing.job.config.SkuToEntitlementLookupServiceProperties
@ConfigurationProperties("broadleaf.billing.sku-to-entitlement-lookup-service")
public class SkuToEntitlementLookupServiceProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether API lookup is enabledvoidsetApiLookupEnabled(boolean apiLookupEnabled) Whether API lookup is enabled
-
Constructor Details
-
SkuToEntitlementLookupServiceProperties
public SkuToEntitlementLookupServiceProperties()
-
-
Method Details
-
isApiLookupEnabled
public boolean isApiLookupEnabled()Whether API lookup is enabled -
setApiLookupEnabled
public void setApiLookupEnabled(boolean apiLookupEnabled) Whether API lookup is enabled
-