Class DeterminationFactorModel
java.lang.Object
net.avalara.avatax.rest.client.models.DeterminationFactorModel
This object represents a single determination factor for a line that is being inspected through the InspectLine API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Getter for code Determination reason code.Getter for createdBy The name of the user who created the determination factor.Getter for description Determination reason description.getIds()
Getter for ids The ids of any applied determination factor.getNames()
Getter for names The name of any applied determination factor.void
Setter for code Determination reason code.void
setCreatedBy
(String value) Setter for createdBy The name of the user who created the determination factor.void
setDescription
(String value) Setter for description Determination reason description.void
Setter for ids The ids of any applied determination factor.void
Setter for names The name of any applied determination factor.toString()
Returns a JSON string representation of DeterminationFactorModel
-
Constructor Details
-
DeterminationFactorModel
public DeterminationFactorModel()
-
-
Method Details
-
getCode
Getter for code Determination reason code. -
setCode
Setter for code Determination reason code. -
getDescription
Getter for description Determination reason description. -
setDescription
Setter for description Determination reason description. -
getIds
Getter for ids The ids of any applied determination factor. -
setIds
Setter for ids The ids of any applied determination factor. -
getNames
Getter for names The name of any applied determination factor. -
setNames
Setter for names The name of any applied determination factor. -
getCreatedBy
Getter for createdBy The name of the user who created the determination factor. -
setCreatedBy
Setter for createdBy The name of the user who created the determination factor. -
toString
Returns a JSON string representation of DeterminationFactorModel
-