| Package | Description |
|---|---|
| io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
| io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
| io.sphere.sdk.orderedits.commands.stagedactions |
| Modifier and Type | Method and Description |
|---|---|
TaxMode |
CartDraft.getTaxMode() |
TaxMode |
CartLike.getTaxMode()
Tax mode of this cart.
|
static TaxMode |
TaxMode.ofSphereValue(String value) |
static TaxMode |
TaxMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxMode[] |
TaxMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaxMode |
ChangeTaxMode.getTaxMode() |
| Modifier and Type | Method and Description |
|---|---|
static ChangeTaxMode |
ChangeTaxMode.of(TaxMode taxMode) |
| Modifier and Type | Method and Description |
|---|---|
TaxMode |
ChangeTaxMode.getTaxMode() |
| Modifier and Type | Method and Description |
|---|---|
static ChangeTaxMode |
ChangeTaxMode.of(TaxMode taxMode) |