Package | Description |
---|---|
io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
Modifier and Type | Method and Description |
---|---|
PriceFunctionBuilder |
PriceFunctionBuilder.currencyCode(String currencyCode)
Sets the
currencyCode property of this builder. |
PriceFunctionBuilder |
PriceFunctionBuilder.function(String function)
Sets the
function property of this builder. |
static PriceFunctionBuilder |
PriceFunctionBuilder.of(PriceFunction template)
Creates a new object initialized with the fields of the template parameter.
|
static PriceFunctionBuilder |
PriceFunctionBuilder.of(String currencyCode,
String function)
Creates a new object initialized with the given values.
|