Class RateTypeTaxTypeMappingModel

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

public class RateTypeTaxTypeMappingModel extends Object
Represents RateTypeTaxTypeMappingModel Model
  • Constructor Details

    • RateTypeTaxTypeMappingModel

      public RateTypeTaxTypeMappingModel()
  • Method Details

    • getRateTypeTaxTypeMappingId

      public Integer getRateTypeTaxTypeMappingId()
      Getter for rateTypeTaxTypeMappingId TaxTypeMappingId
    • setRateTypeTaxTypeMappingId

      public void setRateTypeTaxTypeMappingId(Integer value)
      Setter for rateTypeTaxTypeMappingId TaxTypeMappingId
    • getTaxTypeMappingId

      public Integer getTaxTypeMappingId()
      Getter for taxTypeMappingId TaxTypeMappingId
    • setTaxTypeMappingId

      public void setTaxTypeMappingId(Integer value)
      Setter for taxTypeMappingId TaxTypeMappingId
    • getRateTypeIdSK

      public Integer getRateTypeIdSK()
      Getter for rateTypeIdSK RateTypeIdSK
    • setRateTypeIdSK

      public void setRateTypeIdSK(Integer value)
      Setter for rateTypeIdSK RateTypeIdSK
    • getRateTypeId

      public String getRateTypeId()
      Getter for rateTypeId RateTypeId
    • setRateTypeId

      public void setRateTypeId(String value)
      Setter for rateTypeId RateTypeId
    • toString

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