Package | Description |
---|---|
io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
Modifier and Type | Method and Description |
---|---|
CartValueBuilder |
CartValueBuilder.isMatching(Boolean matching)
Sets the
matching property of this builder. |
CartValueBuilder |
CartValueBuilder.matching(Boolean matching)
Sets the
matching property of this builder. |
CartValueBuilder |
CartValueBuilder.minimumCentAmount(Long minimumCentAmount)
Sets the
minimumCentAmount property of this builder. |
static CartValueBuilder |
CartValueBuilder.of(CartValue template)
Creates a new object initialized with the fields of the template parameter.
|
static CartValueBuilder |
CartValueBuilder.of(Long minimumCentAmount,
javax.money.MonetaryAmount price)
Creates a new object initialized with the given values.
|
CartValueBuilder |
CartValueBuilder.price(javax.money.MonetaryAmount price)
Sets the
price property of this builder. |
CartValueBuilder |
CartValueBuilder.type(String type)
Sets the
type property of this builder. |