Class VoidTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.VoidTransactionModel
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.void
setCode
(VoidReasonCode value) Setter for code Please specify the reason for voiding or cancelling this transaction.toString()
Returns a JSON string representation of VoidTransactionModel
-
Constructor Details
-
VoidTransactionModel
public VoidTransactionModel()
-
-
Method Details
-
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 VoidTransactionModel
-