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 deletedvoid
setModels(java.util.ArrayList<ErrorTransactionModelBase> value)
Setter for models List of error transactions to be deletedjava.lang.String
toString()
Returns a JSON string representation of DeleteErrorTransactionsRequestModel
-
Constructor Details
-
DeleteErrorTransactionsRequestModel
public DeleteErrorTransactionsRequestModel()
-
-
Method Details
-
getModels
Getter for models List of error transactions to be deleted -
setModels
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 classjava.lang.Object
-