Class NewAccountModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.NewAccountModel
-
public class NewAccountModel extends java.lang.ObjectRepresents information about a newly created account
-
-
Constructor Summary
Constructors Constructor Description NewAccountModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccountDetailsEmailedTo()Getter for accountDetailsEmailedTo This is the email address to which credentials were mailedjava.lang.IntegergetAccountId()Getter for accountId This is the ID number of the account that was createdjava.util.DategetCreatedDate()Getter for createdDate The date and time when this account was createdjava.util.DategetEmailedDate()Getter for emailedDate The date and time when account information was emailed to the userjava.lang.StringgetLicenseKey()Getter for licenseKey The license key of the account that was createdjava.lang.StringgetLimitations()Getter for limitations If this account includes any limitations, specify them herejava.lang.StringgetPaymentUrl()Getter for paymentUrl The payment url where the payment method can be set upvoidsetAccountDetailsEmailedTo(java.lang.String value)Setter for accountDetailsEmailedTo This is the email address to which credentials were mailedvoidsetAccountId(java.lang.Integer value)Setter for accountId This is the ID number of the account that was createdvoidsetCreatedDate(java.util.Date value)Setter for createdDate The date and time when this account was createdvoidsetEmailedDate(java.util.Date value)Setter for emailedDate The date and time when account information was emailed to the uservoidsetLicenseKey(java.lang.String value)Setter for licenseKey The license key of the account that was createdvoidsetLimitations(java.lang.String value)Setter for limitations If this account includes any limitations, specify them herevoidsetPaymentUrl(java.lang.String value)Setter for paymentUrl The payment url where the payment method can be set upjava.lang.StringtoString()Returns a JSON string representation of NewAccountModel
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-