Class BatchVoidTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.BatchVoidTransactionModel
A request to void a previously created transaction.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Getter for code Please specify the reason for voiding or cancelling this transaction.Getter for companyCode Company Code - Specify the code of the company for this transaction.Getter for documentType Specifies the type of document to void.Getter for transactionCode Please specify the transaction code of the transacion to void.void
setCode
(VoidReasonCode value) Setter for code Please specify the reason for voiding or cancelling this transaction.void
setCompanyCode
(String value) Setter for companyCode Company Code - Specify the code of the company for this transaction.void
setDocumentType
(String value) Setter for documentType Specifies the type of document to void.void
setTransactionCode
(String value) Setter for transactionCode Please specify the transaction code of the transacion to void.toString()
Returns a JSON string representation of BatchVoidTransactionModel
-
Constructor Details
-
BatchVoidTransactionModel
public BatchVoidTransactionModel()
-
-
Method Details
-
getCompanyCode
Getter for companyCode Company Code - Specify the code of the company for this transaction. -
setCompanyCode
Setter for companyCode Company Code - Specify the code of the company for this transaction. -
getTransactionCode
Getter for transactionCode Please specify the transaction code of the transacion to void. -
setTransactionCode
Setter for transactionCode Please specify the transaction code of the transacion to void. -
getDocumentType
Getter for documentType Specifies the type of document to void. -
setDocumentType
Setter for documentType Specifies the type of document to void. -
getCode
Getter for code Please specify the reason for voiding or cancelling this transaction. To void the transaction, please specify the reason 'DocVoided'. If you do not provide a reason, the void command will fail. -
setCode
Setter for code Please specify the reason for voiding or cancelling this transaction. To void the transaction, please specify the reason 'DocVoided'. If you do not provide a reason, the void command will fail. -
toString
Returns a JSON string representation of BatchVoidTransactionModel
-