Class DeleteErrorTransactionRequestModel
java.lang.Object
net.avalara.avatax.rest.client.models.DeleteErrorTransactionRequestModel
public class DeleteErrorTransactionRequestModel
extends java.lang.Object
Single error transaction delete request
-
Constructor Summary
Constructors Constructor Description DeleteErrorTransactionRequestModel() -
Method Summary
Modifier and Type Method Description java.lang.StringgetCompanyCode()Getter for companyCode The company code of the error transactionjava.lang.StringgetDocumentCode()Getter for documentCode The internal reference code (used by the client application) of the error transactionDocumentTypegetDocumentType()Getter for documentType Type of transaction of the error transactionvoidsetCompanyCode(java.lang.String value)Setter for companyCode The company code of the error transactionvoidsetDocumentCode(java.lang.String value)Setter for documentCode The internal reference code (used by the client application) of the error transactionvoidsetDocumentType(DocumentType value)Setter for documentType Type of transaction of the error transactionjava.lang.StringtoString()Returns a JSON string representation of DeleteErrorTransactionRequestModel
-
Constructor Details
-
DeleteErrorTransactionRequestModel
public DeleteErrorTransactionRequestModel()
-
-
Method Details
-
getCompanyCode
public java.lang.String getCompanyCode()Getter for companyCode The company code of the error transaction -
setCompanyCode
public void setCompanyCode(java.lang.String value)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
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 DeleteErrorTransactionRequestModel- Overrides:
toStringin classjava.lang.Object
-