Class LineItem__2
java.lang.Object
io.deeplumen.ucp.models.schemas.shopping.LineItem__2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Line item ID reference.Quantity affected by this adjustment.inthashCode()voidsetAdditionalProperty(String name, Object value) voidLine item ID reference.voidsetQuantity(Integer quantity) Quantity affected by this adjustment.toString()withAdditionalProperty(String name, Object value) withQuantity(Integer quantity)
-
Constructor Details
-
LineItem__2
public LineItem__2()
-
-
Method Details
-
getId
Line item ID reference. (Required) -
setId
Line item ID reference. (Required) -
withId
-
getQuantity
Quantity affected by this adjustment. (Required) -
setQuantity
Quantity affected by this adjustment. (Required) -
withQuantity
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-