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 |
---|---|
static TaxPortion |
TaxPortion.of(double rate,
javax.money.MonetaryAmount amount) |
static TaxPortion |
TaxPortion.of(double rate,
javax.money.MonetaryAmount amount,
String name) |
Modifier and Type | Method and Description |
---|---|
List<TaxPortion> |
TaxedPrice.getTaxPortions() |
Modifier and Type | Method and Description |
---|---|
static TaxedPrice |
TaxedPrice.of(javax.money.MonetaryAmount totalNet,
javax.money.MonetaryAmount totalGross,
List<TaxPortion> taxPortions) |
Modifier and Type | Method and Description |
---|---|
List<TaxPortion> |
SetCartTotalTax.getExternalTaxPortions() |
Modifier and Type | Method and Description |
---|---|
static SetCartTotalTax |
SetCartTotalTax.of(javax.money.MonetaryAmount externalTotalGross,
List<TaxPortion> externalTaxPortions) |
Modifier and Type | Method and Description |
---|---|
List<TaxPortion> |
SetOrderTotalTax.getExternalTaxPortions() |
Modifier and Type | Method and Description |
---|---|
static SetOrderTotalTax |
SetOrderTotalTax.of(javax.money.MonetaryAmount externalTotalGross,
List<TaxPortion> externalTaxPortions) |