Class LoginVerificationInputModel
java.lang.Object
net.avalara.avatax.rest.client.models.LoginVerificationInputModel
Represents a verification request using Skyscraper for a company
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId AccountId of the login verificationGetter for additionalOptions Additional options of the verificationGetter for bulkRequestId Bulk Request Id of the verificationGetter for companyId CompanyId that we are verifying the login information forGetter for password Password we are using for verificationGetter for priority Priority of the verification requestGetter for region Region of the verification requestGetter for taxFormCode TaxFormCode for the verification requestGetter for username Username that we are using for verificationvoid
setAccountId
(Integer value) Setter for accountId AccountId of the login verificationvoid
setAdditionalOptions
(HashMap<String, String> value) Setter for additionalOptions Additional options of the verificationvoid
setBulkRequestId
(Integer value) Setter for bulkRequestId Bulk Request Id of the verificationvoid
setCompanyId
(Integer value) Setter for companyId CompanyId that we are verifying the login information forvoid
setPassword
(String value) Setter for password Password we are using for verificationvoid
setPriority
(Integer value) Setter for priority Priority of the verification requestvoid
Setter for region Region of the verification requestvoid
setTaxFormCode
(String value) Setter for taxFormCode TaxFormCode for the verification requestvoid
setUsername
(String value) Setter for username Username that we are using for verificationtoString()
Returns a JSON string representation of LoginVerificationInputModel
-
Constructor Details
-
LoginVerificationInputModel
public LoginVerificationInputModel()
-
-
Method Details
-
getCompanyId
Getter for companyId CompanyId that we are verifying the login information for -
setCompanyId
Setter for companyId CompanyId that we are verifying the login information for -
getAccountId
Getter for accountId AccountId of the login verification -
setAccountId
Setter for accountId AccountId of the login verification -
getRegion
Getter for region Region of the verification request -
setRegion
Setter for region Region of the verification request -
getTaxFormCode
Getter for taxFormCode TaxFormCode for the verification request -
setTaxFormCode
Setter for taxFormCode TaxFormCode for the verification request -
getUsername
Getter for username Username that we are using for verification -
setUsername
Setter for username Username that we are using for verification -
getPassword
Getter for password Password we are using for verification -
setPassword
Setter for password Password we are using for verification -
getAdditionalOptions
Getter for additionalOptions Additional options of the verification -
setAdditionalOptions
Setter for additionalOptions Additional options of the verification -
getBulkRequestId
Getter for bulkRequestId Bulk Request Id of the verification -
setBulkRequestId
Setter for bulkRequestId Bulk Request Id of the verification -
getPriority
Getter for priority Priority of the verification request -
setPriority
Setter for priority Priority of the verification request -
toString
Returns a JSON string representation of LoginVerificationInputModel
-