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 batchvoid
setResults(java.util.ArrayList<DeleteErrorTransactionResponseModel> value)
Setter for results The individual result of each error transaction in the request batchjava.lang.String
toString()
Returns a JSON string representation of DeleteErrorTransactionsResponseModel
-
Constructor Details
-
DeleteErrorTransactionsResponseModel
public DeleteErrorTransactionsResponseModel()
-
-
Method Details
-
getResults
Getter for results The individual result of each error transaction in the request batch -
setResults
Setter for results The individual result of each error transaction in the request batch -
toString
public java.lang.String toString()Returns a JSON string representation of DeleteErrorTransactionsResponseModel- Overrides:
toString
in classjava.lang.Object
-