public interface CartsConfiguration
Modifier and Type | Method and Description |
---|---|
Boolean |
getCountryTaxRateFallbackEnabled() |
Integer |
getDeleteDaysAfterLastModification() |
static CartsConfiguration |
of(Boolean countryTaxRateFallbackEnabled) |
static CartsConfiguration |
of(Integer deleteDaysAfterLastModification) |
Integer getDeleteDaysAfterLastModification()
Boolean getCountryTaxRateFallbackEnabled()
static CartsConfiguration of(Integer deleteDaysAfterLastModification)
static CartsConfiguration of(Boolean countryTaxRateFallbackEnabled)