Class NewAccountModel

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

public class NewAccountModel
extends java.lang.Object
Represents information about a newly created account
  • Constructor Summary

    Constructors 
    Constructor Description
    NewAccountModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAccountDetailsEmailedTo()
    Getter for accountDetailsEmailedTo This is the email address to which credentials were mailed
    java.lang.Integer getAccountId()
    Getter for accountId This is the ID number of the account that was created
    java.util.Date getCreatedDate()
    Getter for createdDate The date and time when this account was created
    java.util.Date getEmailedDate()
    Getter for emailedDate The date and time when account information was emailed to the user
    java.lang.String getLicenseKey()
    Getter for licenseKey The license key of the account that was created
    java.lang.String getLimitations()
    Getter for limitations If this account includes any limitations, specify them here
    java.lang.String getPaymentUrl()
    Getter for paymentUrl The payment url where the payment method can be set up
    void setAccountDetailsEmailedTo​(java.lang.String value)
    Setter for accountDetailsEmailedTo This is the email address to which credentials were mailed
    void setAccountId​(java.lang.Integer value)
    Setter for accountId This is the ID number of the account that was created
    void setCreatedDate​(java.util.Date value)
    Setter for createdDate The date and time when this account was created
    void setEmailedDate​(java.util.Date value)
    Setter for emailedDate The date and time when account information was emailed to the user
    void setLicenseKey​(java.lang.String value)
    Setter for licenseKey The license key of the account that was created
    void setLimitations​(java.lang.String value)
    Setter for limitations If this account includes any limitations, specify them here
    void setPaymentUrl​(java.lang.String value)
    Setter for paymentUrl The payment url where the payment method can be set up
    java.lang.String toString()
    Returns a JSON string representation of NewAccountModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getAccountId

      public java.lang.Integer getAccountId()
      Getter for accountId This is the ID number of the account that was created
    • setAccountId

      public void setAccountId​(java.lang.Integer value)
      Setter for accountId This is the ID number of the account that was created
    • getAccountDetailsEmailedTo

      public java.lang.String getAccountDetailsEmailedTo()
      Getter for accountDetailsEmailedTo This is the email address to which credentials were mailed
    • setAccountDetailsEmailedTo

      public void setAccountDetailsEmailedTo​(java.lang.String value)
      Setter for accountDetailsEmailedTo This is the email address to which credentials were mailed
    • getCreatedDate

      public java.util.Date getCreatedDate()
      Getter for createdDate The date and time when this account was created
    • setCreatedDate

      public void setCreatedDate​(java.util.Date value)
      Setter for createdDate The date and time when this account was created
    • getEmailedDate

      public java.util.Date getEmailedDate()
      Getter for emailedDate The date and time when account information was emailed to the user
    • setEmailedDate

      public void setEmailedDate​(java.util.Date value)
      Setter for emailedDate The date and time when account information was emailed to the user
    • getLimitations

      public java.lang.String getLimitations()
      Getter for limitations If this account includes any limitations, specify them here
    • setLimitations

      public void setLimitations​(java.lang.String value)
      Setter for limitations If this account includes any limitations, specify them here
    • getLicenseKey

      public java.lang.String getLicenseKey()
      Getter for licenseKey The license key of the account that was created
    • setLicenseKey

      public void setLicenseKey​(java.lang.String value)
      Setter for licenseKey The license key of the account that was created
    • getPaymentUrl

      public java.lang.String getPaymentUrl()
      Getter for paymentUrl The payment url where the payment method can be set up
    • setPaymentUrl

      public void setPaymentUrl​(java.lang.String value)
      Setter for paymentUrl The payment url where the payment method can be set up
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of NewAccountModel
      Overrides:
      toString in class java.lang.Object