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.carts.queries |
Provides types to retrieve the state of carts.
|
io.sphere.sdk.orderedits.commands.stagedactions | |
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
Modifier and Type | Method and Description |
---|---|
TaxCalculationMode |
Cart.getTaxCalculationMode() |
TaxCalculationMode |
CartDraft.getTaxCalculationMode() |
TaxCalculationMode |
CartLike.getTaxCalculationMode()
Tax calculation mode of this cart.
|
static TaxCalculationMode |
TaxCalculationMode.ofSphereValue(String value) |
static TaxCalculationMode |
TaxCalculationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxCalculationMode[] |
TaxCalculationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TaxCalculationMode |
ChangeTaxCalculationMode.getTaxCalculationMode() |
Modifier and Type | Method and Description |
---|---|
static ChangeTaxCalculationMode |
ChangeTaxCalculationMode.of(TaxCalculationMode taxCalculationMode)
Creates a new object initialized with the given values.
|
Modifier and Type | Method and Description |
---|---|
SphereEnumerationQueryModel<Cart,TaxCalculationMode> |
CartQueryModel.taxCalculationMode() |
Modifier and Type | Method and Description |
---|---|
TaxCalculationMode |
ChangeTaxCalculationMode.getTaxCalculationMode() |
Modifier and Type | Method and Description |
---|---|
static ChangeTaxCalculationMode |
ChangeTaxCalculationMode.of(TaxCalculationMode taxCalculationMode) |
Modifier and Type | Method and Description |
---|---|
TaxCalculationMode |
OrderImportDraft.getTaxCalculationMode() |
Modifier and Type | Method and Description |
---|---|
OrderImportDraftBuilder |
OrderImportDraftBuilder.taxCalculationMode(TaxCalculationMode taxCalculationMode) |