Class DeleteErrorTransactionsResponseModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.DeleteErrorTransactionsResponseModel
-
public class DeleteErrorTransactionsResponseModel extends java.lang.ObjectResponse model of error transaction batch delete
-
-
Constructor Summary
Constructors Constructor Description DeleteErrorTransactionsResponseModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<DeleteErrorTransactionResponseModel>getResults()Getter for results The individual result of each error transaction in the request batchvoidsetResults(java.util.ArrayList<DeleteErrorTransactionResponseModel> value)Setter for results The individual result of each error transaction in the request batchjava.lang.StringtoString()Returns a JSON string representation of DeleteErrorTransactionsResponseModel
-
-
-
Method Detail
-
getResults
public java.util.ArrayList<DeleteErrorTransactionResponseModel> getResults()
Getter for results The individual result of each error transaction in the request batch
-
setResults
public void setResults(java.util.ArrayList<DeleteErrorTransactionResponseModel> value)
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:
toStringin classjava.lang.Object
-
-