Class NewAccountModel
java.lang.Object
net.avalara.avatax.rest.client.models.NewAccountModel
Represents information about a newly created account
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountDetailsEmailedTo This is the email address to which credentials were mailedGetter for accountId This is the ID number of the account that was createdGetter for createdDate The date and time when this account was createdGetter for emailedDate The date and time when account information was emailed to the userGetter for licenseKey The license key of the account that was createdGetter for limitations If this account includes any limitations, specify them hereGetter for paymentUrl The payment url where the payment method can be set upvoid
setAccountDetailsEmailedTo
(String value) Setter for accountDetailsEmailedTo This is the email address to which credentials were mailedvoid
setAccountId
(Integer value) Setter for accountId This is the ID number of the account that was createdvoid
setCreatedDate
(Date value) Setter for createdDate The date and time when this account was createdvoid
setEmailedDate
(Date value) Setter for emailedDate The date and time when account information was emailed to the uservoid
setLicenseKey
(String value) Setter for licenseKey The license key of the account that was createdvoid
setLimitations
(String value) Setter for limitations If this account includes any limitations, specify them herevoid
setPaymentUrl
(String value) Setter for paymentUrl The payment url where the payment method can be set uptoString()
Returns a JSON string representation of NewAccountModel
-
Constructor Details
-
NewAccountModel
public NewAccountModel()
-
-
Method Details
-
getAccountId
Getter for accountId This is the ID number of the account that was created -
setAccountId
Setter for accountId This is the ID number of the account that was created -
getAccountDetailsEmailedTo
Getter for accountDetailsEmailedTo This is the email address to which credentials were mailed -
setAccountDetailsEmailedTo
Setter for accountDetailsEmailedTo This is the email address to which credentials were mailed -
getCreatedDate
Getter for createdDate The date and time when this account was created -
setCreatedDate
Setter for createdDate The date and time when this account was created -
getEmailedDate
Getter for emailedDate The date and time when account information was emailed to the user -
setEmailedDate
Setter for emailedDate The date and time when account information was emailed to the user -
getLimitations
Getter for limitations If this account includes any limitations, specify them here -
setLimitations
Setter for limitations If this account includes any limitations, specify them here -
getLicenseKey
Getter for licenseKey The license key of the account that was created -
setLicenseKey
Setter for licenseKey The license key of the account that was created -
getPaymentUrl
Getter for paymentUrl The payment url where the payment method can be set up -
setPaymentUrl
Setter for paymentUrl The payment url where the payment method can be set up -
toString
Returns a JSON string representation of NewAccountModel
-