Class ProductClassificationSystemModel
java.lang.Object
net.avalara.avatax.rest.client.models.ProductClassificationSystemModel
Represents a product classification system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for countries List of all countries that belong to the system includingGetter for customsValue custom value set for the systemGetter for description A friendly human-readable name representing this System.Getter for systemCode The System code for this System.Getter for systemId Its Integer SystemId value for Systemvoid
Setter for countries List of all countries that belong to the system includingvoid
setCustomsValue
(String value) Setter for customsValue custom value set for the systemvoid
setDescription
(String value) Setter for description A friendly human-readable name representing this System.void
setSystemCode
(String value) Setter for systemCode The System code for this System.void
setSystemId
(Integer value) Setter for systemId Its Integer SystemId value for SystemtoString()
Returns a JSON string representation of ProductClassificationSystemModel
-
Constructor Details
-
ProductClassificationSystemModel
public ProductClassificationSystemModel()
-
-
Method Details
-
getSystemId
Getter for systemId Its Integer SystemId value for System -
setSystemId
Setter for systemId Its Integer SystemId value for System -
getSystemCode
Getter for systemCode The System code for this System. -
setSystemCode
Setter for systemCode The System code for this System. -
getDescription
Getter for description A friendly human-readable name representing this System. -
setDescription
Setter for description A friendly human-readable name representing this System. -
getCustomsValue
Getter for customsValue custom value set for the system -
setCustomsValue
Setter for customsValue custom value set for the system -
getCountries
Getter for countries List of all countries that belong to the system including -
setCountries
Setter for countries List of all countries that belong to the system including -
toString
Returns a JSON string representation of ProductClassificationSystemModel
-