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