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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAccountDetailsEmailedTo()
Getter for accountDetailsEmailedTo This is the email address to which credentials were mailedjava.lang.Integer
getAccountId()
Getter for accountId This is the ID number of the account that was createdjava.util.Date
getCreatedDate()
Getter for createdDate The date and time when this account was createdjava.util.Date
getEmailedDate()
Getter for emailedDate The date and time when account information was emailed to the userjava.lang.String
getLicenseKey()
Getter for licenseKey The license key of the account that was createdjava.lang.String
getLimitations()
Getter for limitations If this account includes any limitations, specify them herejava.lang.String
getPaymentUrl()
Getter for paymentUrl The payment url where the payment method can be set upvoid
setAccountDetailsEmailedTo(java.lang.String value)
Setter for accountDetailsEmailedTo This is the email address to which credentials were mailedvoid
setAccountId(java.lang.Integer value)
Setter for accountId This is the ID number of the account that was createdvoid
setCreatedDate(java.util.Date value)
Setter for createdDate The date and time when this account was createdvoid
setEmailedDate(java.util.Date value)
Setter for emailedDate The date and time when account information was emailed to the uservoid
setLicenseKey(java.lang.String value)
Setter for licenseKey The license key of the account that was createdvoid
setLimitations(java.lang.String value)
Setter for limitations If this account includes any limitations, specify them herevoid
setPaymentUrl(java.lang.String value)
Setter for paymentUrl The payment url where the payment method can be set upjava.lang.String
toString()
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:
toString
in classjava.lang.Object
-
-