| Package | Description |
|---|---|
| io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CartClassification |
interface |
CartScore |
interface |
CartValue |
| Modifier and Type | Method and Description |
|---|---|
List<ShippingRatePriceTier> |
ShippingRate.getTiers()
A list of shipping rate price tiers.
|
| Modifier and Type | Method and Description |
|---|---|
static ShippingRate |
ShippingRate.of(javax.money.MonetaryAmount price,
javax.money.MonetaryAmount freeAbove,
Boolean isMatching,
List<ShippingRatePriceTier> tiers) |
static ShippingRate |
ShippingRate.of(javax.money.MonetaryAmount price,
javax.money.MonetaryAmount freeAbove,
List<ShippingRatePriceTier> tiers) |