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