Class AccountMigrationStatusModel

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

public class AccountMigrationStatusModel extends Object
An AvaTax account.
  • Constructor Details

    • AccountMigrationStatusModel

      public AccountMigrationStatusModel()
  • Method Details

    • getAccountId

      public Integer getAccountId()
      Getter for accountId The unique ID number assigned to this account.
    • setAccountId

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

      public String getAccountName()
      Getter for accountName The name of this account.
    • setAccountName

      public void setAccountName(String value)
      Setter for accountName The name of this account.
    • 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.
    • getAccountMigrationStatusId

      public Integer getAccountMigrationStatusId()
      Getter for accountMigrationStatusId The Tss Read Write Mode.
    • setAccountMigrationStatusId

      public void setAccountMigrationStatusId(Integer value)
      Setter for accountMigrationStatusId The Tss Read Write Mode.
    • toString

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