Class DeleteErrorTransactionsResponseModel

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

public class DeleteErrorTransactionsResponseModel
extends java.lang.Object
Response model of error transaction batch delete
  • Constructor Summary

    Constructors 
    Constructor Description
    DeleteErrorTransactionsResponseModel()  
  • Method Summary

    Modifier and Type Method Description
    java.util.ArrayList<DeleteErrorTransactionResponseModel> getResults()
    Getter for results The individual result of each error transaction in the request batch
    void setResults​(java.util.ArrayList<DeleteErrorTransactionResponseModel> value)
    Setter for results The individual result of each error transaction in the request batch
    java.lang.String toString()
    Returns a JSON string representation of DeleteErrorTransactionsResponseModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait