Class Invoice.CustomField

    • Constructor Detail

      • CustomField

        public CustomField()
    • Method Detail

      • getName

        public java.lang.String getName()
        The name of the custom field.
      • getValue

        public java.lang.String getValue()
        The value of the custom field.
      • setName

        public void setName​(java.lang.String name)
        The name of the custom field.
      • setValue

        public void setValue​(java.lang.String value)
        The value of the custom field.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object