Class TaxType1703Model
java.lang.Object
net.avalara.avatax.rest.client.models.TaxType1703Model
Represents TaxType1703 Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description DescriptionGetter for taxTypeId TaxTypeIdGetter for taxTypeIdSK TaxTypeIdSKvoidsetDescription(String value) Setter for description DescriptionvoidsetTaxTypeId(String value) Setter for taxTypeId TaxTypeIdvoidsetTaxTypeIdSK(Integer value) Setter for taxTypeIdSK TaxTypeIdSKtoString()Returns a JSON string representation of TaxType1703Model
-
Constructor Details
-
TaxType1703Model
public TaxType1703Model()
-
-
Method Details
-
getTaxTypeIdSK
Getter for taxTypeIdSK TaxTypeIdSK -
setTaxTypeIdSK
Setter for taxTypeIdSK TaxTypeIdSK -
getTaxTypeId
Getter for taxTypeId TaxTypeId -
setTaxTypeId
Setter for taxTypeId TaxTypeId -
getDescription
Getter for description Description -
setDescription
Setter for description Description -
toString
Returns a JSON string representation of TaxType1703Model
-