Class ClassificationModel
java.lang.Object
net.avalara.avatax.rest.client.models.ClassificationModel
Represents a classification for a given item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for isPremium If there is an premium classification justification present for this classificationGetter for productCode The product code of an item in a given system.Getter for systemCode The system code in which the product belongs.voidsetIsPremium(Boolean value) Setter for isPremium If there is an premium classification justification present for this classificationvoidsetProductCode(String value) Setter for productCode The product code of an item in a given system.voidsetSystemCode(String value) Setter for systemCode The system code in which the product belongs.toString()Returns a JSON string representation of ClassificationModel
-
Constructor Details
-
ClassificationModel
public ClassificationModel()
-
-
Method Details
-
getProductCode
Getter for productCode The product code of an item in a given system. -
setProductCode
Setter for productCode The product code of an item in a given system. -
getSystemCode
Getter for systemCode The system code in which the product belongs. -
setSystemCode
Setter for systemCode The system code in which the product belongs. -
getIsPremium
Getter for isPremium If there is an premium classification justification present for this classification -
setIsPremium
Setter for isPremium If there is an premium classification justification present for this classification -
toString
Returns a JSON string representation of ClassificationModel
-