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