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.
|
io.sphere.sdk.orders.queries |
Provides types to retrieve the state of orders.
|
Modifier and Type | Method and Description |
---|---|
RoundingMode |
CartDraft.getTaxRoundingMode() |
RoundingMode |
CartLike.getTaxRoundingMode()
When calculating taxes in
taxedPrice , the tax rounding mode is used for decimal values. |
static RoundingMode |
RoundingMode.ofSphereValue(String value) |
static RoundingMode |
RoundingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoundingMode[] |
RoundingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RoundingMode |
ChangeTaxRoundingMode.getTaxRoundingMode() |
Modifier and Type | Method and Description |
---|---|
static ChangeTaxRoundingMode |
ChangeTaxRoundingMode.of(RoundingMode taxRoundingMode) |
Modifier and Type | Method and Description |
---|---|
SphereEnumerationQueryModel<Cart,RoundingMode> |
CartQueryModel.taxRoundingMode() |
Modifier and Type | Method and Description |
---|---|
RoundingMode |
ChangeTaxRoundingMode.getTaxRoundingMode() |
Modifier and Type | Method and Description |
---|---|
static ChangeTaxRoundingMode |
ChangeTaxRoundingMode.of(RoundingMode taxRoundingMode) |
Modifier and Type | Method and Description |
---|---|
RoundingMode |
OrderImportDraft.getTaxRoundingMode() |
Modifier and Type | Method and Description |
---|---|
OrderImportDraftBuilder |
OrderImportDraftBuilder.taxRoundingMode(RoundingMode taxRoundingMode) |
Modifier and Type | Method and Description |
---|---|
SphereEnumerationQueryModel<Order,RoundingMode> |
OrderQueryModel.taxRoundingMode() |