Package | Description |
---|---|
io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
Modifier and Type | Method and Description |
---|---|
static SetLineItemPrice |
SetLineItemPrice.of(LineItem lineItem) |
static SetLineItemPrice |
SetLineItemPrice.of(LineItem lineItem,
javax.money.MonetaryAmount externalPrice) |
static SetLineItemPrice |
SetLineItemPrice.of(String lineItemId) |
static SetLineItemPrice |
SetLineItemPrice.of(String lineItemId,
javax.money.MonetaryAmount externalPrice) |