Class Comment

    • Field Detail

      • comment

        @JsonPropertyDescription("A comment associated with the purchase order.")
        private String comment
        Comment

        A comment associated with the purchase order. (Required)

      • type

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

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

    • Constructor Detail

      • Comment

        public Comment()
    • Method Detail

      • getComment

        public String getComment()
        Comment

        A comment associated with the purchase order. (Required)

      • setComment

        public void setComment​(String comment)
        Comment

        A comment associated with the purchase order. (Required)

      • getType

        public Comment.Type getType()
        Type

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

      • setType

        public void setType​(Comment.Type type)
        Type

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

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object