Class AccountConfigurationModel
java.lang.Object
net.avalara.avatax.rest.client.models.AccountConfigurationModel
Represents one configuration setting for this account
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The unique ID number of the account to which this setting appliesGetter for category The category of the configuration setting.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.getName()
Getter for name The name of the configuration settinggetValue()
Getter for value The current value of the configuration settingvoid
setAccountId
(Integer value) Setter for accountId The unique ID number of the account to which this setting appliesvoid
setCategory
(String value) Setter for category The category of the configuration setting.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 name The name of the configuration settingvoid
Setter for value The current value of the configuration settingtoString()
Returns a JSON string representation of AccountConfigurationModel
-
Constructor Details
-
AccountConfigurationModel
public AccountConfigurationModel()
-
-
Method Details
-
getAccountId
Getter for accountId The unique ID number of the account to which this setting applies -
setAccountId
Setter for accountId The unique ID number of the account to which this setting applies -
getCategory
Getter for category The category of the configuration setting. Avalara-defined categories include `AddressServiceConfig` and `TaxServiceConfig`. Customer-defined categories begin with `X-`. -
setCategory
Setter for category The category of the configuration setting. Avalara-defined categories include `AddressServiceConfig` and `TaxServiceConfig`. Customer-defined categories begin with `X-`. -
getName
Getter for name The name of the configuration setting -
setName
Setter for name The name of the configuration setting -
getValue
Getter for value The current value of the configuration setting -
setValue
Setter for value The current value of the configuration setting -
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 AccountConfigurationModel
-