Class LoginVerificationInputModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.LoginVerificationInputModel
-
public class LoginVerificationInputModel extends java.lang.Object
Represents a verification request using Skyscraper for a company
-
-
Constructor Summary
Constructors Constructor Description LoginVerificationInputModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getAccountId()
Getter for accountId AccountId of the login verificationjava.util.HashMap<java.lang.String,java.lang.String>
getAdditionalOptions()
Getter for additionalOptions Additional options of the verificationjava.lang.Integer
getBulkRequestId()
Getter for bulkRequestId Bulk Request Id of the verificationjava.lang.Integer
getCompanyId()
Getter for companyId CompanyId that we are verifying the login information forjava.lang.String
getPassword()
Getter for password Password we are using for verificationjava.lang.Integer
getPriority()
Getter for priority Priority of the verification requestjava.lang.String
getRegion()
Getter for region Region of the verification requestjava.lang.String
getTaxFormCode()
Getter for taxFormCode TaxFormCode for the verification requestjava.lang.String
getUsername()
Getter for username Username that we are using for verificationvoid
setAccountId(java.lang.Integer value)
Setter for accountId AccountId of the login verificationvoid
setAdditionalOptions(java.util.HashMap<java.lang.String,java.lang.String> value)
Setter for additionalOptions Additional options of the verificationvoid
setBulkRequestId(java.lang.Integer value)
Setter for bulkRequestId Bulk Request Id of the verificationvoid
setCompanyId(java.lang.Integer value)
Setter for companyId CompanyId that we are verifying the login information forvoid
setPassword(java.lang.String value)
Setter for password Password we are using for verificationvoid
setPriority(java.lang.Integer value)
Setter for priority Priority of the verification requestvoid
setRegion(java.lang.String value)
Setter for region Region of the verification requestvoid
setTaxFormCode(java.lang.String value)
Setter for taxFormCode TaxFormCode for the verification requestvoid
setUsername(java.lang.String value)
Setter for username Username that we are using for verificationjava.lang.String
toString()
Returns a JSON string representation of LoginVerificationInputModel
-
-
-
Method Detail
-
getCompanyId
public java.lang.Integer getCompanyId()
Getter for companyId CompanyId that we are verifying the login information for
-
setCompanyId
public void setCompanyId(java.lang.Integer value)
Setter for companyId CompanyId that we are verifying the login information for
-
getAccountId
public java.lang.Integer getAccountId()
Getter for accountId AccountId of the login verification
-
setAccountId
public void setAccountId(java.lang.Integer value)
Setter for accountId AccountId of the login verification
-
getRegion
public java.lang.String getRegion()
Getter for region Region of the verification request
-
setRegion
public void setRegion(java.lang.String value)
Setter for region Region of the verification request
-
getTaxFormCode
public java.lang.String getTaxFormCode()
Getter for taxFormCode TaxFormCode for the verification request
-
setTaxFormCode
public void setTaxFormCode(java.lang.String value)
Setter for taxFormCode TaxFormCode for the verification request
-
getUsername
public java.lang.String getUsername()
Getter for username Username that we are using for verification
-
setUsername
public void setUsername(java.lang.String value)
Setter for username Username that we are using for verification
-
getPassword
public java.lang.String getPassword()
Getter for password Password we are using for verification
-
setPassword
public void setPassword(java.lang.String value)
Setter for password Password we are using for verification
-
getAdditionalOptions
public java.util.HashMap<java.lang.String,java.lang.String> getAdditionalOptions()
Getter for additionalOptions Additional options of the verification
-
setAdditionalOptions
public void setAdditionalOptions(java.util.HashMap<java.lang.String,java.lang.String> value)
Setter for additionalOptions Additional options of the verification
-
getBulkRequestId
public java.lang.Integer getBulkRequestId()
Getter for bulkRequestId Bulk Request Id of the verification
-
setBulkRequestId
public void setBulkRequestId(java.lang.Integer value)
Setter for bulkRequestId Bulk Request Id of the verification
-
getPriority
public java.lang.Integer getPriority()
Getter for priority Priority of the verification request
-
setPriority
public void setPriority(java.lang.Integer value)
Setter for priority Priority of the verification request
-
toString
public java.lang.String toString()
Returns a JSON string representation of LoginVerificationInputModel- Overrides:
toString
in classjava.lang.Object
-
-