Class TaxCodeTypesModel

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

public class TaxCodeTypesModel extends Object
Information about Avalara-defined tax code types. This list is used when creating tax codes and tax rules.
  • Constructor Details

    • TaxCodeTypesModel

      public TaxCodeTypesModel()
  • Method Details

    • getTypes

      public HashMap<String,String> getTypes()
      Getter for types The list of Avalara-defined tax code types.
    • setTypes

      public void setTypes(HashMap<String,String> value)
      Setter for types The list of Avalara-defined tax code types.
    • toString

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