Class ItemRestrictionInputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemRestrictionInputModel
Represents a parameter associated with an item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId CompanyId associated with the itemGetter for complianceMessage MessageGetter for countryOfExport The Country Of Export for which this restriction is getting createGetter for countryOfImport The Country Of Import for which this restriction is getting createdGetter for countryOfManufacture The Country Of Manufacture for which this restriction is getting createGetter for governmentAgency Government agency which is related for this restrictionGetter for hsCode The HsCode for which this restriction is getting createdGetter for itemCode Item for which this restrictions existsGetter for regulation Regulation of the ItemGetter for restrictionType Restriction Type of the Itemvoid
setCompanyId
(Integer value) Setter for companyId CompanyId associated with the itemvoid
setComplianceMessage
(String value) Setter for complianceMessage Messagevoid
setCountryOfExport
(String value) Setter for countryOfExport The Country Of Export for which this restriction is getting createvoid
setCountryOfImport
(String value) Setter for countryOfImport The Country Of Import for which this restriction is getting createdvoid
setCountryOfManufacture
(String value) Setter for countryOfManufacture The Country Of Manufacture for which this restriction is getting createvoid
setGovernmentAgency
(String value) Setter for governmentAgency Government agency which is related for this restrictionvoid
Setter for hsCode The HsCode for which this restriction is getting createdvoid
setItemCode
(String value) Setter for itemCode Item for which this restrictions existsvoid
setRegulation
(String value) Setter for regulation Regulation of the Itemvoid
setRestrictionType
(String value) Setter for restrictionType Restriction Type of the ItemtoString()
Returns a JSON string representation of ItemRestrictionInputModel
-
Constructor Details
-
ItemRestrictionInputModel
public ItemRestrictionInputModel()
-
-
Method Details
-
getItemCode
Getter for itemCode Item for which this restrictions exists -
setItemCode
Setter for itemCode Item for which this restrictions exists -
getCompanyId
Getter for companyId CompanyId associated with the item -
setCompanyId
Setter for companyId CompanyId associated with the item -
getHsCode
Getter for hsCode The HsCode for which this restriction is getting created -
setHsCode
Setter for hsCode The HsCode for which this restriction is getting created -
getCountryOfImport
Getter for countryOfImport The Country Of Import for which this restriction is getting created -
setCountryOfImport
Setter for countryOfImport The Country Of Import for which this restriction is getting created -
getCountryOfExport
Getter for countryOfExport The Country Of Export for which this restriction is getting create -
setCountryOfExport
Setter for countryOfExport The Country Of Export for which this restriction is getting create -
getCountryOfManufacture
Getter for countryOfManufacture The Country Of Manufacture for which this restriction is getting create -
setCountryOfManufacture
Setter for countryOfManufacture The Country Of Manufacture for which this restriction is getting create -
getRestrictionType
Getter for restrictionType Restriction Type of the Item -
setRestrictionType
Setter for restrictionType Restriction Type of the Item -
getRegulation
Getter for regulation Regulation of the Item -
setRegulation
Setter for regulation Regulation of the Item -
getGovernmentAgency
Getter for governmentAgency Government agency which is related for this restriction -
setGovernmentAgency
Setter for governmentAgency Government agency which is related for this restriction -
getComplianceMessage
Getter for complianceMessage Message -
setComplianceMessage
Setter for complianceMessage Message -
toString
Returns a JSON string representation of ItemRestrictionInputModel
-