Class LoginVerificationInputModel

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

public class LoginVerificationInputModel extends Object
Represents a verification request using Skyscraper for a company
  • Constructor Details

    • LoginVerificationInputModel

      public LoginVerificationInputModel()
  • Method Details

    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId CompanyId that we are verifying the login information for
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId CompanyId that we are verifying the login information for
    • getAccountId

      public Integer getAccountId()
      Getter for accountId AccountId of the login verification
    • setAccountId

      public void setAccountId(Integer value)
      Setter for accountId AccountId of the login verification
    • getRegion

      public String getRegion()
      Getter for region Region of the verification request
    • setRegion

      public void setRegion(String value)
      Setter for region Region of the verification request
    • getTaxFormCode

      public String getTaxFormCode()
      Getter for taxFormCode TaxFormCode for the verification request
    • setTaxFormCode

      public void setTaxFormCode(String value)
      Setter for taxFormCode TaxFormCode for the verification request
    • getUsername

      public String getUsername()
      Getter for username Username that we are using for verification
    • setUsername

      public void setUsername(String value)
      Setter for username Username that we are using for verification
    • getPassword

      public String getPassword()
      Getter for password Password we are using for verification
    • setPassword

      public void setPassword(String value)
      Setter for password Password we are using for verification
    • getAdditionalOptions

      public HashMap<String,String> getAdditionalOptions()
      Getter for additionalOptions Additional options of the verification
    • setAdditionalOptions

      public void setAdditionalOptions(HashMap<String,String> value)
      Setter for additionalOptions Additional options of the verification
    • getBulkRequestId

      public Integer getBulkRequestId()
      Getter for bulkRequestId Bulk Request Id of the verification
    • setBulkRequestId

      public void setBulkRequestId(Integer value)
      Setter for bulkRequestId Bulk Request Id of the verification
    • getPriority

      public Integer getPriority()
      Getter for priority Priority of the verification request
    • setPriority

      public void setPriority(Integer value)
      Setter for priority Priority of the verification request
    • toString

      public String toString()
      Returns a JSON string representation of LoginVerificationInputModel
      Overrides:
      toString in class Object