Class NewAccountModel

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

public class NewAccountModel extends Object
Represents information about a newly created account
  • Constructor Details

    • NewAccountModel

      public NewAccountModel()
  • Method Details

    • getAccountId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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