Class ECommerceTokenOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ECommerceTokenOutputModel
The resource model returned by the ECommerceTokenController's endpoints.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for clientIds The list of clients that the token is valid for.Getter for createdDate The date the token was created.Getter for expirationDate The date that the token will expire.getToken()
Getter for token The JWT token that authorizes the gencert tool to operate.void
setClientIds
(ArrayList<Long> value) Setter for clientIds The list of clients that the token is valid for.void
setCreatedDate
(Date value) Setter for createdDate The date the token was created.void
setExpirationDate
(Date value) Setter for expirationDate The date that the token will expire.void
Setter for token The JWT token that authorizes the gencert tool to operate.toString()
Returns a JSON string representation of ECommerceTokenOutputModel
-
Constructor Details
-
ECommerceTokenOutputModel
public ECommerceTokenOutputModel()
-
-
Method Details
-
getToken
Getter for token The JWT token that authorizes the gencert tool to operate. -
setToken
Setter for token The JWT token that authorizes the gencert tool to operate. -
getClientIds
Getter for clientIds The list of clients that the token is valid for. -
setClientIds
Setter for clientIds The list of clients that the token is valid for. -
getCreatedDate
Getter for createdDate The date the token was created. -
setCreatedDate
Setter for createdDate The date the token was created. -
getExpirationDate
Getter for expirationDate The date that the token will expire. -
setExpirationDate
Setter for expirationDate The date that the token will expire. -
toString
Returns a JSON string representation of ECommerceTokenOutputModel
-