Package | Description |
---|---|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
Modifier and Type | Method and Description |
---|---|
static LineItemReturnItem |
LineItemReturnItem.of(String id,
Long quantity,
String lineItemId,
String comment,
ReturnShipmentState shipmentState,
ReturnPaymentState paymentState,
CustomFields custom,
ZonedDateTime createdAt,
ZonedDateTime lastModifiedAt) |
static LineItemReturnItem |
LineItemReturnItem.of(String id,
Long quantity,
String lineItemId,
String comment,
ReturnShipmentState shipmentState,
ReturnPaymentState paymentState,
ZonedDateTime createdAt,
ZonedDateTime lastModifiedAt) |