| Package | Description |
|---|---|
| io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
| Modifier and Type | Method and Description |
|---|---|
LineItemPriceMode |
LineItem.getPriceMode() |
static LineItemPriceMode |
LineItemPriceMode.ofSphereValue(String value) |
static LineItemPriceMode |
LineItemPriceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineItemPriceMode[] |
LineItemPriceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|