Class InvoiceMessageModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.InvoiceMessageModel
-
public class InvoiceMessageModel extends java.lang.Object
Represents a message to be displayed on an invoice.
-
-
Constructor Summary
Constructors Constructor Description InvoiceMessageModel()
-
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
-
-
-
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 classjava.lang.Object
-
-