Class MrsCompanyModel

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

public class MrsCompanyModel extends Object
A company and account
  • Constructor Details

    • MrsCompanyModel

      public MrsCompanyModel()
  • Method Details

    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId The unique ID number of this company.
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId The unique ID number of this company.
    • getCompanyName

      public String getCompanyName()
      Getter for companyName The name of this company, as shown to customers.
    • setCompanyName

      public void setCompanyName(String value)
      Setter for companyName The name of this company, as shown to customers.
    • getAccountId

      public Integer getAccountId()
      Getter for accountId The unique ID number of the account this company belongs to.
    • setAccountId

      public void setAccountId(Integer value)
      Setter for accountId The unique ID number of the account this company belongs to.
    • getAccountName

      public String getAccountName()
      Getter for accountName The name of this account, as shown to customers.
    • setAccountName

      public void setAccountName(String value)
      Setter for accountName The name of this account, as shown to customers.
    • getTin

      public String getTin()
      Getter for tin The taxpayer identification number for the company
    • setTin

      public void setTin(String value)
      Setter for tin The taxpayer identification number for the company
    • getCompanyCode

      public String getCompanyCode()
      Getter for companyCode The company code for the company
    • setCompanyCode

      public void setCompanyCode(String value)
      Setter for companyCode The company code for the company
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date when this record was created.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date when this record was created.
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The User ID of the user who created this record.
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The User ID of the user who created this record.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The date/time when this record was last modified.
    • getModifiedUserId

      public Integer getModifiedUserId()
      Getter for modifiedUserId The user ID of the user who last modified this record.
    • setModifiedUserId

      public void setModifiedUserId(Integer value)
      Setter for modifiedUserId The user ID of the user who last modified this record.
    • toString

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