Class AccountConfigurationModel

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

public class AccountConfigurationModel extends Object
Represents one configuration setting for this account
  • Constructor Details

    • AccountConfigurationModel

      public AccountConfigurationModel()
  • Method Details

    • getAccountId

      public Integer getAccountId()
      Getter for accountId The unique ID number of the account to which this setting applies
    • setAccountId

      public void setAccountId(Integer value)
      Setter for accountId The unique ID number of the account to which this setting applies
    • getCategory

      public String getCategory()
      Getter for category The category of the configuration setting. Avalara-defined categories include `AddressServiceConfig` and `TaxServiceConfig`. Customer-defined categories begin with `X-`.
    • setCategory

      public void setCategory(String value)
      Setter for category The category of the configuration setting. Avalara-defined categories include `AddressServiceConfig` and `TaxServiceConfig`. Customer-defined categories begin with `X-`.
    • getName

      public String getName()
      Getter for name The name of the configuration setting
    • setName

      public void setName(String value)
      Setter for name The name of the configuration setting
    • getValue

      public String getValue()
      Getter for value The current value of the configuration setting
    • setValue

      public void setValue(String value)
      Setter for value The current value of the configuration setting
    • 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 AccountConfigurationModel
      Overrides:
      toString in class Object