Class ChangeTransactionCodeModel
java.lang.Object
net.avalara.avatax.rest.client.models.ChangeTransactionCodeModel
Settle this transaction with your ledger by verifying its amounts.
If the transaction is not yet committed, you may specify the "commit" value to commit it to the ledger and allow it to be reported.
You may also optionally change the transaction's code by specifying the "newTransactionCode" value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for newCode To change the transaction code for this transaction, specify the new transaction code here.void
setNewCode
(String value) Setter for newCode To change the transaction code for this transaction, specify the new transaction code here.toString()
Returns a JSON string representation of ChangeTransactionCodeModel
-
Constructor Details
-
ChangeTransactionCodeModel
public ChangeTransactionCodeModel()
-
-
Method Details
-
getNewCode
Getter for newCode To change the transaction code for this transaction, specify the new transaction code here. -
setNewCode
Setter for newCode To change the transaction code for this transaction, specify the new transaction code here. -
toString
Returns a JSON string representation of ChangeTransactionCodeModel
-