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