Class InvoiceMessageModel


  • public class InvoiceMessageModel
    extends java.lang.Object
    Represents a message to be displayed on an invoice.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()
      Getter for content The content of the invoice message.
      java.util.ArrayList<java.lang.String> getLineNumbers()
      Getter for lineNumbers The applicable tax line numbers and codes.
      void setContent​(java.lang.String value)
      Setter for content The content of the invoice message.
      void setLineNumbers​(java.util.ArrayList<java.lang.String> value)
      Setter for lineNumbers The applicable tax line numbers and codes.
      java.lang.String toString()
      Returns a JSON string representation of InvoiceMessageModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvoiceMessageModel

        public InvoiceMessageModel()
    • Method Detail

      • getContent

        public java.lang.String getContent()
        Getter for content The content of the invoice message.
      • setContent

        public void setContent​(java.lang.String value)
        Setter for content The content of the invoice message.
      • getLineNumbers

        public java.util.ArrayList<java.lang.String> getLineNumbers()
        Getter for lineNumbers The applicable tax line numbers and codes.
      • setLineNumbers

        public void setLineNumbers​(java.util.ArrayList<java.lang.String> value)
        Setter for lineNumbers The applicable tax line numbers and codes.
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of InvoiceMessageModel
        Overrides:
        toString in class java.lang.Object