public class BatchAdjustTransactionModel
extends java.lang.Object
Constructor and Description |
---|
BatchAdjustTransactionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdjustmentDescription()
Getter for adjustmentDescription
If the AdjustmentReason is "Other", specify the reason here.
|
AdjustmentReason |
getAdjustmentReason()
Getter for adjustmentReason
A reason code indicating why this adjustment was made
|
java.lang.String |
getCompanyCode()
Getter for companyCode
Specifies the code of the company for this transaction.
|
java.lang.String |
getDocumentType()
Getter for documentType
Specifies the type of document to void.
|
CreateTransactionModel |
getNewTransaction()
Getter for newTransaction
Replace the current transaction with tax data calculated for this new transaction
|
java.lang.String |
getTransactionCode()
Getter for transactionCode
Please specify the transaction code of the transacion to void.
|
void |
setAdjustmentDescription(java.lang.String value)
Setter for adjustmentDescription
If the AdjustmentReason is "Other", specify the reason here.
|
void |
setAdjustmentReason(AdjustmentReason value)
Setter for adjustmentReason
A reason code indicating why this adjustment was made
|
void |
setCompanyCode(java.lang.String value)
Setter for companyCode
Specifies the code of the company for this transaction.
|
void |
setDocumentType(java.lang.String value)
Setter for documentType
Specifies the type of document to void.
|
void |
setNewTransaction(CreateTransactionModel value)
Setter for newTransaction
Replace the current transaction with tax data calculated for this new transaction
|
void |
setTransactionCode(java.lang.String value)
Setter for transactionCode
Please specify the transaction code of the transacion to void.
|
java.lang.String |
toString()
Returns a JSON string representation of BatchAdjustTransactionModel
|
public java.lang.String getCompanyCode()
public void setCompanyCode(java.lang.String value)
public java.lang.String getTransactionCode()
public void setTransactionCode(java.lang.String value)
public java.lang.String getDocumentType()
public void setDocumentType(java.lang.String value)
public AdjustmentReason getAdjustmentReason()
public void setAdjustmentReason(AdjustmentReason value)
public java.lang.String getAdjustmentDescription()
public void setAdjustmentDescription(java.lang.String value)
public CreateTransactionModel getNewTransaction()
public void setNewTransaction(CreateTransactionModel value)
public java.lang.String toString()
toString
in class java.lang.Object