Class DeleteErrorTransactionResponseModel
java.lang.Object
net.avalara.avatax.rest.client.models.DeleteErrorTransactionResponseModel
Response model of a single error transaction delete
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for documentCode The internal reference code (used by the client application) of the error transactionGetter for documentType Type of transaction of the error transactionGetter for result Result of the deletionvoid
setDocumentCode
(String value) Setter for documentCode The internal reference code (used by the client application) of the error transactionvoid
setDocumentType
(DocumentType value) Setter for documentType Type of transaction of the error transactionvoid
Setter for result Result of the deletiontoString()
Returns a JSON string representation of DeleteErrorTransactionResponseModel
-
Constructor Details
-
DeleteErrorTransactionResponseModel
public DeleteErrorTransactionResponseModel()
-
-
Method Details
-
getResult
Getter for result Result of the deletion -
setResult
Setter for result Result of the deletion -
getDocumentType
Getter for documentType Type of transaction of the error transaction -
setDocumentType
Setter for documentType Type of transaction of the error transaction -
getDocumentCode
Getter for documentCode The internal reference code (used by the client application) of the error transaction -
setDocumentCode
Setter for documentCode The internal reference code (used by the client application) of the error transaction -
toString
Returns a JSON string representation of DeleteErrorTransactionResponseModel
-