| Package | Description |
|---|---|
| io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
| io.sphere.sdk.projects |
Provides models for the project endpoint.
|
| io.sphere.sdk.projects.commands.updateactions |
| Modifier and Type | Method and Description |
|---|---|
static CartsConfiguration |
CartsConfiguration.of(Boolean countryTaxRateFallbackEnabled) |
static CartsConfiguration |
CartsConfiguration.of(Integer deleteDaysAfterLastModification) |
| Modifier and Type | Method and Description |
|---|---|
CartsConfiguration |
Project.getCarts() |
| Modifier and Type | Method and Description |
|---|---|
CartsConfiguration |
ChangeCartsConfiguration.getCartsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static ChangeCartsConfiguration |
ChangeCartsConfiguration.of(CartsConfiguration cartsConfiguration)
Creates a new object initialized with the given values.
|