public interface LineItemReturnItem extends ReturnItem
Modifier and Type | Method and Description |
---|---|
String |
getLineItemId() |
static LineItemReturnItem |
of(String id,
Long quantity,
String lineItemId,
String comment,
ReturnShipmentState shipmentState,
ReturnPaymentState paymentState,
CustomFields custom,
ZonedDateTime createdAt,
ZonedDateTime lastModifiedAt) |
static LineItemReturnItem |
of(String id,
Long quantity,
String lineItemId,
String comment,
ReturnShipmentState shipmentState,
ReturnPaymentState paymentState,
ZonedDateTime createdAt,
ZonedDateTime lastModifiedAt) |
getComment, getCreatedAt, getCustom, getId, getLastModifiedAt, getPaymentState, getQuantity, getShipmentState, referenceTypeId
static LineItemReturnItem of(String id, Long quantity, String lineItemId, String comment, ReturnShipmentState shipmentState, ReturnPaymentState paymentState, ZonedDateTime createdAt, ZonedDateTime lastModifiedAt)
static LineItemReturnItem of(String id, Long quantity, String lineItemId, String comment, ReturnShipmentState shipmentState, ReturnPaymentState paymentState, @Nullable CustomFields custom, ZonedDateTime createdAt, ZonedDateTime lastModifiedAt)
String getLineItemId()