Class ItemPremiumClassificationInputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemPremiumClassificationInputModel
Represents a premium classification associated with an item's HS code for a system code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for hsCode The HsCode for which this premium classification is being created.Getter for justification Justification why this HsCode is attached to this item.void
Setter for hsCode The HsCode for which this premium classification is being created.void
setJustification
(String value) Setter for justification Justification why this HsCode is attached to this item.toString()
Returns a JSON string representation of ItemPremiumClassificationInputModel
-
Constructor Details
-
ItemPremiumClassificationInputModel
public ItemPremiumClassificationInputModel()
-
-
Method Details
-
getHsCode
Getter for hsCode The HsCode for which this premium classification is being created. -
setHsCode
Setter for hsCode The HsCode for which this premium classification is being created. -
getJustification
Getter for justification Justification why this HsCode is attached to this item. -
setJustification
Setter for justification Justification why this HsCode is attached to this item. -
toString
Returns a JSON string representation of ItemPremiumClassificationInputModel
-