| Package | Description |
|---|---|
| io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
| Modifier and Type | Method and Description |
|---|---|
ScoreShippingRateInputDraftDsl |
ScoreShippingRateInputDraftBuilder.build()
Creates a new instance of
ScoreShippingRateInputDraftDsl with the values of this builder. |
static ScoreShippingRateInputDraftDsl |
ScoreShippingRateInputDraftDsl.of(Long score)
Creates a new object initialized with the given values.
|
static ScoreShippingRateInputDraftDsl |
ScoreShippingRateInputDraftDsl.of(ScoreShippingRateInputDraft template)
Creates a new object initialized with the fields of the template parameter.
|
ScoreShippingRateInputDraftDsl |
ScoreShippingRateInputDraftDsl.withScore(Long score) |