Class AdjustMultiDocumentModel

java.lang.Object
net.avalara.avatax.rest.client.models.AdjustMultiDocumentModel

public class AdjustMultiDocumentModel extends Object
Replace an existing MultiDocument transaction recorded in AvaTax with a new one.
  • Constructor Details

    • AdjustMultiDocumentModel

      public AdjustMultiDocumentModel()
  • Method Details

    • getAdjustmentReason

      public AdjustmentReason getAdjustmentReason()
      Getter for adjustmentReason A reason code indicating why this adjustment was made
    • setAdjustmentReason

      public void setAdjustmentReason(AdjustmentReason value)
      Setter for adjustmentReason A reason code indicating why this adjustment was made
    • getAdjustDescription

      public String getAdjustDescription()
      Getter for adjustDescription If the AdjustmentReason is "Other", specify the reason here. This is required when the AdjustmentReason is 8 (Other).
    • setAdjustDescription

      public void setAdjustDescription(String value)
      Setter for adjustDescription If the AdjustmentReason is "Other", specify the reason here. This is required when the AdjustmentReason is 8 (Other).
    • getNewTransaction

      public CreateMultiDocumentModel getNewTransaction()
      Getter for newTransaction
    • setNewTransaction

      public void setNewTransaction(CreateMultiDocumentModel value)
      Setter for newTransaction
    • toString

      public String toString()
      Returns a JSON string representation of AdjustMultiDocumentModel
      Overrides:
      toString in class Object