Class DeleteErrorTransactionsRequestModel

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

public class DeleteErrorTransactionsRequestModel
extends java.lang.Object
Request model for when a user is deleting multiple error transaction
  • Constructor Summary

    Constructors 
    Constructor Description
    DeleteErrorTransactionsRequestModel()  
  • Method Summary

    Modifier and Type Method Description
    java.util.ArrayList<ErrorTransactionModelBase> getModels()
    Getter for models List of error transactions to be deleted
    void setModels​(java.util.ArrayList<ErrorTransactionModelBase> value)
    Setter for models List of error transactions to be deleted
    java.lang.String toString()
    Returns a JSON string representation of DeleteErrorTransactionsRequestModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getModels

      public java.util.ArrayList<ErrorTransactionModelBase> getModels()
      Getter for models List of error transactions to be deleted
    • setModels

      public void setModels​(java.util.ArrayList<ErrorTransactionModelBase> value)
      Setter for models List of error transactions to be deleted
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of DeleteErrorTransactionsRequestModel
      Overrides:
      toString in class java.lang.Object