Class RateTypeTaxTypeMappingModel
java.lang.Object
net.avalara.avatax.rest.client.models.RateTypeTaxTypeMappingModel
Represents RateTypeTaxTypeMappingModel Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for rateTypeId RateTypeIdGetter for rateTypeIdSK RateTypeIdSKGetter for rateTypeTaxTypeMappingId TaxTypeMappingIdGetter for taxTypeMappingId TaxTypeMappingIdvoidsetRateTypeId(String value) Setter for rateTypeId RateTypeIdvoidsetRateTypeIdSK(Integer value) Setter for rateTypeIdSK RateTypeIdSKvoidSetter for rateTypeTaxTypeMappingId TaxTypeMappingIdvoidsetTaxTypeMappingId(Integer value) Setter for taxTypeMappingId TaxTypeMappingIdtoString()Returns a JSON string representation of RateTypeTaxTypeMappingModel
-
Constructor Details
-
RateTypeTaxTypeMappingModel
public RateTypeTaxTypeMappingModel()
-
-
Method Details
-
getRateTypeTaxTypeMappingId
Getter for rateTypeTaxTypeMappingId TaxTypeMappingId -
setRateTypeTaxTypeMappingId
Setter for rateTypeTaxTypeMappingId TaxTypeMappingId -
getTaxTypeMappingId
Getter for taxTypeMappingId TaxTypeMappingId -
setTaxTypeMappingId
Setter for taxTypeMappingId TaxTypeMappingId -
getRateTypeIdSK
Getter for rateTypeIdSK RateTypeIdSK -
setRateTypeIdSK
Setter for rateTypeIdSK RateTypeIdSK -
getRateTypeId
Getter for rateTypeId RateTypeId -
setRateTypeId
Setter for rateTypeId RateTypeId -
toString
Returns a JSON string representation of RateTypeTaxTypeMappingModel
-