Class ErrorTransactionModelBase
java.lang.Object
net.avalara.avatax.rest.client.models.ErrorTransactionModelBase
Base model class for single error transaction delete request
-
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 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 ErrorTransactionModelBase
-
Constructor Details
-
ErrorTransactionModelBase
public ErrorTransactionModelBase()
-
-
Method Details
-
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 ErrorTransactionModelBase
-