public class CreateOrAdjustTransactionModel
extends java.lang.Object
Constructor and Description |
---|
CreateOrAdjustTransactionModel() |
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 |
getCreateTransactionModel()
Getter for createTransactionModel
The create transaction model to be created or updated.
|
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 |
setCreateTransactionModel(CreateTransactionModel value)
Setter for createTransactionModel
The create transaction model to be created or updated.
|
java.lang.String |
toString()
Returns a JSON string representation of CreateOrAdjustTransactionModel
|
public AdjustmentReason getAdjustmentReason()
public void setAdjustmentReason(AdjustmentReason value)
public java.lang.String getAdjustmentDescription()
public void setAdjustmentDescription(java.lang.String value)
public CreateTransactionModel getCreateTransactionModel()
public void setCreateTransactionModel(CreateTransactionModel value)
public java.lang.String toString()
toString
in class java.lang.Object