Class LineItem

    • Field Detail

      • lineItemNumber

        @JsonPropertyDescription("The line item number referenced from the purchase order.")
        private String lineItemNumber
        Line Item Number

        The line item number referenced from the purchase order. (Required)

      • received

        @JsonPropertyDescription("The received quantity or amount for the line item including the rejected quantity or amount.")
        private Object received
        Received

        The received quantity or amount for the line item including the rejected quantity or amount. (Required)

      • rejected

        @JsonPropertyDescription("The rejected quantity or amount for line item.")
        private Object rejected
        Rejected

        The rejected quantity or amount for line item.

      • comment

        @JsonPropertyDescription("The comment associated with the line item.")
        private String comment
        Comment

        The comment associated with the line item.

    • Constructor Detail

      • LineItem

        public LineItem()
    • Method Detail

      • getLineItemNumber

        public String getLineItemNumber()
        Line Item Number

        The line item number referenced from the purchase order. (Required)

      • setLineItemNumber

        public void setLineItemNumber​(String lineItemNumber)
        Line Item Number

        The line item number referenced from the purchase order. (Required)

      • withLineItemNumber

        public LineItem withLineItemNumber​(String lineItemNumber)
      • getReceived

        public Object getReceived()
        Received

        The received quantity or amount for the line item including the rejected quantity or amount. (Required)

      • setReceived

        public void setReceived​(Object received)
        Received

        The received quantity or amount for the line item including the rejected quantity or amount. (Required)

      • getRejected

        public Object getRejected()
        Rejected

        The rejected quantity or amount for line item.

      • setRejected

        public void setRejected​(Object rejected)
        Rejected

        The rejected quantity or amount for line item.

      • getComment

        public String getComment()
        Comment

        The comment associated with the line item.

      • setComment

        public void setComment​(String comment)
        Comment

        The comment associated with the line item.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object