Class DeleteErrorTransactionRequestModel
java.lang.Object
net.avalara.avatax.rest.client.models.DeleteErrorTransactionRequestModel
Single error transaction delete request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyCode The company code of the error transactionGetter for documentCode The internal reference code (used by the client application) of the error transactionGetter for documentType Type of transaction of the error transactionvoid
setCompanyCode
(String value) Setter for companyCode The company code of the error transactionvoid
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 transactiontoString()
Returns a JSON string representation of DeleteErrorTransactionRequestModel
-
Constructor Details
-
DeleteErrorTransactionRequestModel
public DeleteErrorTransactionRequestModel()
-
-
Method Details
-
getCompanyCode
Getter for companyCode The company code of the error transaction -
setCompanyCode
Setter for companyCode The company code of the error transaction -
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 DeleteErrorTransactionRequestModel
-