Class MrsCompanyModel
java.lang.Object
net.avalara.avatax.rest.client.models.MrsCompanyModel
A company and account
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The unique ID number of the account this company belongs to.Getter for accountName The name of this account, as shown to customers.Getter for companyCode The company code for the companyGetter for companyId The unique ID number of this company.Getter for companyName The name of this company, as shown to customers.Getter for createdDate The date when this record was created.Getter for createdUserId The User ID of the user who created this record.Getter for modifiedDate The date/time when this record was last modified.Getter for modifiedUserId The user ID of the user who last modified this record.getTin()
Getter for tin The taxpayer identification number for the companyvoid
setAccountId
(Integer value) Setter for accountId The unique ID number of the account this company belongs to.void
setAccountName
(String value) Setter for accountName The name of this account, as shown to customers.void
setCompanyCode
(String value) Setter for companyCode The company code for the companyvoid
setCompanyId
(Integer value) Setter for companyId The unique ID number of this company.void
setCompanyName
(String value) Setter for companyName The name of this company, as shown to customers.void
setCreatedDate
(Date value) Setter for createdDate The date when this record was created.void
setCreatedUserId
(Integer value) Setter for createdUserId The User ID of the user who created this record.void
setModifiedDate
(Date value) Setter for modifiedDate The date/time when this record was last modified.void
setModifiedUserId
(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.void
Setter for tin The taxpayer identification number for the companytoString()
Returns a JSON string representation of MrsCompanyModel
-
Constructor Details
-
MrsCompanyModel
public MrsCompanyModel()
-
-
Method Details
-
getCompanyId
Getter for companyId The unique ID number of this company. -
setCompanyId
Setter for companyId The unique ID number of this company. -
getCompanyName
Getter for companyName The name of this company, as shown to customers. -
setCompanyName
Setter for companyName The name of this company, as shown to customers. -
getAccountId
Getter for accountId The unique ID number of the account this company belongs to. -
setAccountId
Setter for accountId The unique ID number of the account this company belongs to. -
getAccountName
Getter for accountName The name of this account, as shown to customers. -
setAccountName
Setter for accountName The name of this account, as shown to customers. -
getTin
Getter for tin The taxpayer identification number for the company -
setTin
Setter for tin The taxpayer identification number for the company -
getCompanyCode
Getter for companyCode The company code for the company -
setCompanyCode
Setter for companyCode The company code for the company -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getCreatedUserId
Getter for createdUserId The User ID of the user who created this record. -
setCreatedUserId
Setter for createdUserId The User ID of the user who created this record. -
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. -
getModifiedUserId
Getter for modifiedUserId The user ID of the user who last modified this record. -
setModifiedUserId
Setter for modifiedUserId The user ID of the user who last modified this record. -
toString
Returns a JSON string representation of MrsCompanyModel
-