Class FilingAttachmentModel

java.lang.Object
net.avalara.avatax.rest.client.models.FilingAttachmentModel

public class FilingAttachmentModel extends Object
An attachment associated with a filing return
  • Constructor Details

    • FilingAttachmentModel

      public FilingAttachmentModel()
  • Method Details

    • getResourceFileId

      public Integer getResourceFileId()
      Getter for resourceFileId The resourceFileId used to retrieve the attachment
    • setResourceFileId

      public void setResourceFileId(Integer value)
      Setter for resourceFileId The resourceFileId used to retrieve the attachment
    • getDescription

      public String getDescription()
      Getter for description The description of the attachment
    • setDescription

      public void setDescription(String value)
      Setter for description The description of the attachment
    • toString

      public String toString()
      Returns a JSON string representation of FilingAttachmentModel
      Overrides:
      toString in class Object