Class CreateOrAdjustTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.CreateOrAdjustTransactionModel
Create or adjust transaction model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for adjustmentDescription If the AdjustmentReason is "Other", specify the reason here.Getter for adjustmentReason A reason code indicating why this adjustment was madeGetter for createTransactionModelvoid
setAdjustmentDescription
(String value) Setter for adjustmentDescription If the AdjustmentReason is "Other", specify the reason here.void
Setter for adjustmentReason A reason code indicating why this adjustment was madevoid
Setter for createTransactionModeltoString()
Returns a JSON string representation of CreateOrAdjustTransactionModel
-
Constructor Details
-
CreateOrAdjustTransactionModel
public CreateOrAdjustTransactionModel()
-
-
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 -
getAdjustmentDescription
Getter for adjustmentDescription If the AdjustmentReason is "Other", specify the reason here. This is required when the AdjustmentReason is 8 (Other). -
setAdjustmentDescription
Setter for adjustmentDescription If the AdjustmentReason is "Other", specify the reason here. This is required when the AdjustmentReason is 8 (Other). -
getCreateTransactionModel
Getter for createTransactionModel -
setCreateTransactionModel
Setter for createTransactionModel -
toString
Returns a JSON string representation of CreateOrAdjustTransactionModel
-