Class InvoiceMessageModel
java.lang.Object
net.avalara.avatax.rest.client.models.InvoiceMessageModel
Represents a message to be displayed on an invoice.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for content The content of the invoice message.Getter for lineNumbers The applicable tax line numbers and codes.void
setContent
(String value) Setter for content The content of the invoice message.void
setLineNumbers
(ArrayList<String> value) Setter for lineNumbers The applicable tax line numbers and codes.toString()
Returns a JSON string representation of InvoiceMessageModel
-
Constructor Details
-
InvoiceMessageModel
public InvoiceMessageModel()
-
-
Method Details
-
getContent
Getter for content The content of the invoice message. -
setContent
Setter for content The content of the invoice message. -
getLineNumbers
Getter for lineNumbers The applicable tax line numbers and codes. -
setLineNumbers
Setter for lineNumbers The applicable tax line numbers and codes. -
toString
Returns a JSON string representation of InvoiceMessageModel
-