Class ECommerceTokenOutputModel

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

public class ECommerceTokenOutputModel extends Object
The resource model returned by the ECommerceTokenController's endpoints.
  • Constructor Details

    • ECommerceTokenOutputModel

      public ECommerceTokenOutputModel()
  • Method Details

    • getToken

      public String getToken()
      Getter for token The JWT token that authorizes the gencert tool to operate.
    • setToken

      public void setToken(String value)
      Setter for token The JWT token that authorizes the gencert tool to operate.
    • getClientIds

      public ArrayList<Long> getClientIds()
      Getter for clientIds The list of clients that the token is valid for.
    • setClientIds

      public void setClientIds(ArrayList<Long> value)
      Setter for clientIds The list of clients that the token is valid for.
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date the token was created.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date the token was created.
    • getExpirationDate

      public Date getExpirationDate()
      Getter for expirationDate The date that the token will expire.
    • setExpirationDate

      public void setExpirationDate(Date value)
      Setter for expirationDate The date that the token will expire.
    • toString

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