public class ChangeTransactionCodeModel
extends java.lang.Object
Constructor and Description |
---|
ChangeTransactionCodeModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNewCode()
Getter for newCode - Settle this transaction with your ledger by verifying its amounts.
|
void |
setNewCode(java.lang.String newCode)
Setter for newCode - Settle this transaction with your ledger by verifying its amounts.
|
java.lang.String |
toString()
Returns a JSON string representation of ChangeTransactionCodeModel.
|
public java.lang.String getNewCode()
public void setNewCode(java.lang.String newCode)
public java.lang.String toString()
toString
in class java.lang.Object