Package | Description |
---|---|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.commands.updateactions |
Provides the possible operations which can be performed on update commands for orders.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomLineItemReturnItem |
interface |
LineItemReturnItem |
Modifier and Type | Method and Description |
---|---|
List<ReturnItem> |
ReturnInfo.getItems() |
Modifier and Type | Method and Description |
---|---|
static ReturnInfo |
ReturnInfo.of(List<ReturnItem> items,
String returnTrackingId,
ZonedDateTime returnDate) |
Modifier and Type | Method and Description |
---|---|
static SetReturnPaymentState |
SetReturnPaymentState.of(ReturnItem returnItem,
ReturnPaymentState paymentState) |
static SetReturnShipmentState |
SetReturnShipmentState.of(ReturnItem returnItem,
ReturnShipmentState shipmentState) |