public class AdjustTransactionModel
extends java.lang.Object
Constructor and Description |
---|
AdjustTransactionModel() |
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
|
CreateTransactionModel |
getNewTransaction()
Getter for newTransaction - Replace the current transaction with tax data calculated for this new transaction
|
void |
setAdjustmentDescription(java.lang.String adjustmentDescription)
Setter for adjustmentDescription - If the AdjustmentReason is "Other", specify the reason here
|
void |
setAdjustmentReason(AdjustmentReason adjustmentReason)
Setter for adjustmentReason - A reason code indicating why this adjustment was made
|
void |
setNewTransaction(CreateTransactionModel newTransaction)
Setter for newTransaction - Replace the current transaction with tax data calculated for this new transaction
|
java.lang.String |
toString()
Returns a JSON string representation of AdjustTransactionModel.
|
public AdjustmentReason getAdjustmentReason()
public void setAdjustmentReason(AdjustmentReason adjustmentReason)
public java.lang.String getAdjustmentDescription()
public void setAdjustmentDescription(java.lang.String adjustmentDescription)
public CreateTransactionModel getNewTransaction()
public void setNewTransaction(CreateTransactionModel newTransaction)
public java.lang.String toString()
toString
in class java.lang.Object