Class LicenseKeyModel
java.lang.Object
net.avalara.avatax.rest.client.models.LicenseKeyModel
Represents a license key for this account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The primary key of the accountGetter for httpRequestHeader If your software allows you to specify the HTTP Authorization header directly, this is the header string you should use when contacting Avalara to make API calls with this license key.Getter for privateLicenseKey This is your private license key.void
setAccountId
(Integer value) Setter for accountId The primary key of the accountvoid
setHttpRequestHeader
(String value) Setter for httpRequestHeader If your software allows you to specify the HTTP Authorization header directly, this is the header string you should use when contacting Avalara to make API calls with this license key.void
setPrivateLicenseKey
(String value) Setter for privateLicenseKey This is your private license key.toString()
Returns a JSON string representation of LicenseKeyModel
-
Constructor Details
-
LicenseKeyModel
public LicenseKeyModel()
-
-
Method Details
-
getAccountId
Getter for accountId The primary key of the account -
setAccountId
Setter for accountId The primary key of the account -
getPrivateLicenseKey
Getter for privateLicenseKey This is your private license key. You must record this license key for safekeeping. If you lose this key, you must contact the ResetLicenseKey API in order to request a new one. Each account can only have one license key at a time. -
setPrivateLicenseKey
Setter for privateLicenseKey This is your private license key. You must record this license key for safekeeping. If you lose this key, you must contact the ResetLicenseKey API in order to request a new one. Each account can only have one license key at a time. -
getHttpRequestHeader
Getter for httpRequestHeader If your software allows you to specify the HTTP Authorization header directly, this is the header string you should use when contacting Avalara to make API calls with this license key. -
setHttpRequestHeader
Setter for httpRequestHeader If your software allows you to specify the HTTP Authorization header directly, this is the header string you should use when contacting Avalara to make API calls with this license key. -
toString
Returns a JSON string representation of LicenseKeyModel
-