Class ItemPremiumClassificationOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemPremiumClassificationOutputModel
Represents a Premium Classification output model associated with an item's SystemCode..
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId CompanyId with which the Item is associated.Getter for createdDate The date when this record was created.Getter for createdUserId The user who created the record.Getter for hsCode The HS code associated with this item's premium classification.getId()
Getter for id ItemPremiumClassificationDetailIdGetter for itemCode Item associated with this premium classification.Getter for justification Justification why this HsCode is attached to this item.Getter for systemCode SystemCode associated with this premium classificaitons.void
setCompanyId
(Integer value) Setter for companyId CompanyId with which the Item is associated.void
setCreatedDate
(Date value) Setter for createdDate The date when this record was created.void
setCreatedUserId
(Integer value) Setter for createdUserId The user who created the record.void
Setter for hsCode The HS code associated with this item's premium classification.void
Setter for id ItemPremiumClassificationDetailIdvoid
setItemCode
(String value) Setter for itemCode Item associated with this premium classification.void
setJustification
(String value) Setter for justification Justification why this HsCode is attached to this item.void
setSystemCode
(String value) Setter for systemCode SystemCode associated with this premium classificaitons.toString()
Returns a JSON string representation of ItemPremiumClassificationOutputModel
-
Constructor Details
-
ItemPremiumClassificationOutputModel
public ItemPremiumClassificationOutputModel()
-
-
Method Details
-
getId
Getter for id ItemPremiumClassificationDetailId -
setId
Setter for id ItemPremiumClassificationDetailId -
getItemCode
Getter for itemCode Item associated with this premium classification. -
setItemCode
Setter for itemCode Item associated with this premium classification. -
getCompanyId
Getter for companyId CompanyId with which the Item is associated. -
setCompanyId
Setter for companyId CompanyId with which the Item is associated. -
getHsCode
Getter for hsCode The HS code associated with this item's premium classification. -
setHsCode
Setter for hsCode The HS code associated with this item's premium classification. -
getSystemCode
Getter for systemCode SystemCode associated with this premium classificaitons. -
setSystemCode
Setter for systemCode SystemCode associated with this premium classificaitons. -
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. -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getCreatedUserId
Getter for createdUserId The user who created the record. -
setCreatedUserId
Setter for createdUserId The user who created the record. -
toString
Returns a JSON string representation of ItemPremiumClassificationOutputModel
-