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