Class AdjustMultiDocumentModel
java.lang.Object
net.avalara.avatax.rest.client.models.AdjustMultiDocumentModel
Replace an existing MultiDocument transaction recorded in AvaTax with a new one.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for adjustDescription If the AdjustmentReason is "Other", specify the reason here.Getter for adjustmentReason A reason code indicating why this adjustment was madeGetter for newTransactionvoid
setAdjustDescription
(String value) Setter for adjustDescription If the AdjustmentReason is "Other", specify the reason here.void
Setter for adjustmentReason A reason code indicating why this adjustment was madevoid
Setter for newTransactiontoString()
Returns a JSON string representation of AdjustMultiDocumentModel
-
Constructor Details
-
AdjustMultiDocumentModel
public AdjustMultiDocumentModel()
-
-
Method Details
-
getAdjustmentReason
Getter for adjustmentReason A reason code indicating why this adjustment was made -
setAdjustmentReason
Setter for adjustmentReason A reason code indicating why this adjustment was made -
getAdjustDescription
Getter for adjustDescription If the AdjustmentReason is "Other", specify the reason here. This is required when the AdjustmentReason is 8 (Other). -
setAdjustDescription
Setter for adjustDescription If the AdjustmentReason is "Other", specify the reason here. This is required when the AdjustmentReason is 8 (Other). -
getNewTransaction
Getter for newTransaction -
setNewTransaction
Setter for newTransaction -
toString
Returns a JSON string representation of AdjustMultiDocumentModel
-