Class AccountModel
java.lang.Object
net.avalara.avatax.rest.client.models.AccountModel
An AvaTax account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountStatusId The current status of this account.Getter for accountTypeId The type of this account.Getter for createdDate The date when this record was created.Getter for createdUserId The User ID of the user who created this record.getCrmid()
Getter for crmid For system registrar use only.Getter for effectiveDate The earliest date on which this account may be used.Getter for endDate If this account has been closed, this is the last date the account was open.getId()
Getter for id The unique ID number assigned to this account.Getter for isSamlEnabled Is Saml based authentication used by this account for user to login via AI.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.getName()
Getter for name The name of this account.Getter for subscriptions Optional: A list of subscriptions granted to this account.getUsers()
Getter for users Optional: A list of all the users belonging to this account.void
Setter for accountStatusId The current status of this account.void
setAccountTypeId
(AccountTypeId value) Setter for accountTypeId The type of this account.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
Setter for crmid For system registrar use only.void
setEffectiveDate
(Date value) Setter for effectiveDate The earliest date on which this account may be used.void
setEndDate
(Date value) Setter for endDate If this account has been closed, this is the last date the account was open.void
Setter for id The unique ID number assigned to this account.void
setIsSamlEnabled
(Boolean value) Setter for isSamlEnabled Is Saml based authentication used by this account for user to login via AI.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 name The name of this account.void
Setter for subscriptions Optional: A list of subscriptions granted to this account.void
Setter for users Optional: A list of all the users belonging to this account.toString()
Returns a JSON string representation of AccountModel
-
Constructor Details
-
AccountModel
public AccountModel()
-
-
Method Details
-
getId
Getter for id The unique ID number assigned to this account. -
setId
Setter for id The unique ID number assigned to this account. -
getCrmid
Getter for crmid For system registrar use only. -
setCrmid
Setter for crmid For system registrar use only. -
getName
Getter for name The name of this account. -
setName
Setter for name The name of this account. -
getEffectiveDate
Getter for effectiveDate The earliest date on which this account may be used. -
setEffectiveDate
Setter for effectiveDate The earliest date on which this account may be used. -
getEndDate
Getter for endDate If this account has been closed, this is the last date the account was open. -
setEndDate
Setter for endDate If this account has been closed, this is the last date the account was open. -
getAccountStatusId
Getter for accountStatusId The current status of this account. -
setAccountStatusId
Setter for accountStatusId The current status of this account. -
getAccountTypeId
Getter for accountTypeId The type of this account. -
setAccountTypeId
Setter for accountTypeId The type of this account. -
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. -
getSubscriptions
Getter for subscriptions Optional: A list of subscriptions granted to this account. To fetch this list, add the query string "?$include=Subscriptions" to your URL. -
setSubscriptions
Setter for subscriptions Optional: A list of subscriptions granted to this account. To fetch this list, add the query string "?$include=Subscriptions" to your URL. -
getUsers
Getter for users Optional: A list of all the users belonging to this account. To fetch this list, add the query string "?$include=Users" to your URL. -
setUsers
Setter for users Optional: A list of all the users belonging to this account. To fetch this list, add the query string "?$include=Users" to your URL. -
getIsSamlEnabled
Getter for isSamlEnabled Is Saml based authentication used by this account for user to login via AI. -
setIsSamlEnabled
Setter for isSamlEnabled Is Saml based authentication used by this account for user to login via AI. -
toString
Returns a JSON string representation of AccountModel
-