Class BatchAdjustTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.BatchAdjustTransactionModel
Replace an existing transaction recorded in AvaTax with a new one.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for adjustmentDescription If the AdjustmentReason is "Other", specify the reason here.Getter for adjustmentReason A reason code indicating why this adjustment was madeGetter for companyCode Specifies the code of the company for this transaction.Getter for documentType Specifies the type of document to void.Getter for newTransactionGetter for transactionCode Please specify the transaction code of the transacion to void.void
setAdjustmentDescription
(String value) Setter for adjustmentDescription If the AdjustmentReason is "Other", specify the reason here.void
Setter for adjustmentReason A reason code indicating why this adjustment was madevoid
setCompanyCode
(String value) Setter for companyCode Specifies the code of the company for this transaction.void
setDocumentType
(String value) Setter for documentType Specifies the type of document to void.void
Setter for newTransactionvoid
setTransactionCode
(String value) Setter for transactionCode Please specify the transaction code of the transacion to void.toString()
Returns a JSON string representation of BatchAdjustTransactionModel
-
Constructor Details
-
BatchAdjustTransactionModel
public BatchAdjustTransactionModel()
-
-
Method Details
-
getCompanyCode
Getter for companyCode Specifies the code of the company for this transaction. -
setCompanyCode
Setter for companyCode Specifies 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. -
getAdjustmentReason
Getter for adjustmentReason A reason code indicating why this adjustment was made -
setAdjustmentReason
Setter for adjustmentReason A reason code indicating why this adjustment was made -
getAdjustmentDescription
Getter for adjustmentDescription If the AdjustmentReason is "Other", specify the reason here. This is required when the AdjustmentReason is 8 (Other). -
setAdjustmentDescription
Setter for adjustmentDescription If the AdjustmentReason is "Other", specify the reason here. This is required when the AdjustmentReason is 8 (Other). -
getNewTransaction
Getter for newTransaction -
setNewTransaction
Setter for newTransaction -
toString
Returns a JSON string representation of BatchAdjustTransactionModel
-