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