Class DeleteErrorTransactionResponseModel
java.lang.Object
net.avalara.avatax.rest.client.models.DeleteErrorTransactionResponseModel
public class DeleteErrorTransactionResponseModel
extends java.lang.Object
Response model of a single error transaction delete
-
Constructor Summary
Constructors Constructor Description DeleteErrorTransactionResponseModel()
-
Method Summary
Modifier and Type Method Description java.lang.String
getDocumentCode()
Getter for documentCode The internal reference code (used by the client application) of the error transactionDocumentType
getDocumentType()
Getter for documentType Type of transaction of the error transactionAvataxDeleteErrorTransactionStatus
getResult()
Getter for result Result of the deletionvoid
setDocumentCode(java.lang.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
setResult(AvataxDeleteErrorTransactionStatus value)
Setter for result Result of the deletionjava.lang.String
toString()
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
public java.lang.String getDocumentCode()Getter for documentCode The internal reference code (used by the client application) of the error transaction -
setDocumentCode
public void setDocumentCode(java.lang.String value)Setter for documentCode The internal reference code (used by the client application) of the error transaction -
toString
public java.lang.String toString()Returns a JSON string representation of DeleteErrorTransactionResponseModel- Overrides:
toString
in classjava.lang.Object
-