Class FilingAttachmentModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingAttachmentModel
An attachment associated with a filing return
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description of the attachmentGetter for resourceFileId The resourceFileId used to retrieve the attachmentvoid
setDescription
(String value) Setter for description The description of the attachmentvoid
setResourceFileId
(Integer value) Setter for resourceFileId The resourceFileId used to retrieve the attachmenttoString()
Returns a JSON string representation of FilingAttachmentModel
-
Constructor Details
-
FilingAttachmentModel
public FilingAttachmentModel()
-
-
Method Details
-
getResourceFileId
Getter for resourceFileId The resourceFileId used to retrieve the attachment -
setResourceFileId
Setter for resourceFileId The resourceFileId used to retrieve the attachment -
getDescription
Getter for description The description of the attachment -
setDescription
Setter for description The description of the attachment -
toString
Returns a JSON string representation of FilingAttachmentModel
-