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 any applied determination factor.Getter for description Determination reason description.Getter for entityUseCode The determination factor entityUseCode.Getter for exemptCertId The determination factor exemptCertId.Getter for exemptNo The determination factor exemptNo.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
(ArrayList<String> value) Setter for createdBy The name of the user who created any applied determination factor.void
setDescription
(String value) Setter for description Determination reason description.void
setEntityUseCode
(String value) Setter for entityUseCode The determination factor entityUseCode.void
setExemptCertId
(String value) Setter for exemptCertId The determination factor exemptCertId.void
setExemptNo
(String value) Setter for exemptNo The determination factor exemptNo.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 any applied determination factor. -
setCreatedBy
Setter for createdBy The name of the user who created any applied determination factor. -
getEntityUseCode
Getter for entityUseCode The determination factor entityUseCode. -
setEntityUseCode
Setter for entityUseCode The determination factor entityUseCode. -
getExemptCertId
Getter for exemptCertId The determination factor exemptCertId. -
setExemptCertId
Setter for exemptCertId The determination factor exemptCertId. -
getExemptNo
Getter for exemptNo The determination factor exemptNo. -
setExemptNo
Setter for exemptNo The determination factor exemptNo. -
toString
Returns a JSON string representation of DeterminationFactorModel
-