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