Class Comment__1

    • Field Detail

      • comment

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

        A comment associated with the line item. (Required)

      • type

        @JsonPropertyDescription("An indication of whether the comment is printed or not printed.")
        private Comment__1.Type type
        Type

        An indication of whether the comment is printed or not printed. (Required)

    • Constructor Detail

      • Comment__1

        public Comment__1()
    • Method Detail

      • getComment

        public String getComment()
        Comment

        A comment associated with the line item. (Required)

      • setComment

        public void setComment​(String comment)
        Comment

        A comment associated with the line item. (Required)

      • getType

        public Comment__1.Type getType()
        Type

        An indication of whether the comment is printed or not printed. (Required)

      • setType

        public void setType​(Comment__1.Type type)
        Type

        An indication of whether the comment is printed or not printed. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object