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 ItemvoidsetCompanyId(Integer value) Setter for companyId CompanyId associated with the itemvoidsetComplianceMessage(String value) Setter for complianceMessage MessagevoidsetCountryOfExport(String value) Setter for countryOfExport The Country Of Export for which this restriction is getting createvoidsetCountryOfImport(String value) Setter for countryOfImport The Country Of Import for which this restriction is getting createdvoidsetCountryOfManufacture(String value) Setter for countryOfManufacture The Country Of Manufacture for which this restriction is getting createvoidsetGovernmentAgency(String value) Setter for governmentAgency Government agency which is related for this restrictionvoidSetter for hsCode The HsCode for which this restriction is getting createdvoidsetItemCode(String value) Setter for itemCode Item for which this restrictions existsvoidsetRegulation(String value) Setter for regulation Regulation of the ItemvoidsetRestrictionType(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
-