| Package | Description |
|---|---|
| io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
| Modifier and Type | Method and Description |
|---|---|
static CartScoreBuilder |
CartScoreBuilder.of(CartScore template)
Creates a new object initialized with the fields of the template parameter.
|
static CartScoreBuilder |
CartScoreBuilder.of(Long score,
javax.money.MonetaryAmount price)
Creates a new object initialized with the given values.
|
static CartScoreBuilder |
CartScoreBuilder.of(Long score,
PriceFunction priceFunction)
Creates a new object initialized with the given values.
|