Class CoverLetterModel
java.lang.Object
net.avalara.avatax.rest.client.models.CoverLetterModel
The CoverLetter model represents a message sent along with an invitation to use CertExpress to
upload certificates. An invitation allows customers to use CertExpress to upload their exemption
certificates directly; this cover letter explains why the invitation was sent.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for active Is this cover letter activeGetter for companyId The unique ID number of the AvaTax company that received this certificate.Getter for createdDate The date when this record was created.Getter for description A full description of the cover letter's contents and message.getId()Getter for id A unique ID number representing a cover letter sent with a CertExpress invitation.Getter for modifiedDate The date/time when this record was last modified.Getter for pageCount How many pages this cover letter encompassesGetter for subject The subject message used when sending the cover letter via email.Getter for templateFilename The file name of the cover letter templategetTitle()Getter for title The title used when sending the cover letter.Getter for version The version number of the templatevoidSetter for active Is this cover letter activevoidsetCompanyId(Integer value) Setter for companyId The unique ID number of the AvaTax company that received this certificate.voidsetCreatedDate(Date value) Setter for createdDate The date when this record was created.voidsetDescription(String value) Setter for description A full description of the cover letter's contents and message.voidSetter for id A unique ID number representing a cover letter sent with a CertExpress invitation.voidsetModifiedDate(Date value) Setter for modifiedDate The date/time when this record was last modified.voidsetPageCount(Integer value) Setter for pageCount How many pages this cover letter encompassesvoidsetSubject(String value) Setter for subject The subject message used when sending the cover letter via email.voidsetTemplateFilename(String value) Setter for templateFilename The file name of the cover letter templatevoidSetter for title The title used when sending the cover letter.voidsetVersion(Integer value) Setter for version The version number of the templatetoString()Returns a JSON string representation of CoverLetterModel
-
Constructor Details
-
CoverLetterModel
public CoverLetterModel()
-
-
Method Details
-
getId
Getter for id A unique ID number representing a cover letter sent with a CertExpress invitation. -
setId
Setter for id A unique ID number representing a cover letter sent with a CertExpress invitation. -
getCompanyId
Getter for companyId The unique ID number of the AvaTax company that received this certificate. -
setCompanyId
Setter for companyId The unique ID number of the AvaTax company that received this certificate. -
getTitle
Getter for title The title used when sending the cover letter. -
setTitle
Setter for title The title used when sending the cover letter. -
getSubject
Getter for subject The subject message used when sending the cover letter via email. -
setSubject
Setter for subject The subject message used when sending the cover letter via email. -
getDescription
Getter for description A full description of the cover letter's contents and message. -
setDescription
Setter for description A full description of the cover letter's contents and message. -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
getActive
Getter for active Is this cover letter active -
setActive
Setter for active Is this cover letter active -
getPageCount
Getter for pageCount How many pages this cover letter encompasses -
setPageCount
Setter for pageCount How many pages this cover letter encompasses -
getTemplateFilename
Getter for templateFilename The file name of the cover letter template -
setTemplateFilename
Setter for templateFilename The file name of the cover letter template -
getVersion
Getter for version The version number of the template -
setVersion
Setter for version The version number of the template -
toString
Returns a JSON string representation of CoverLetterModel
-