public class ChangeTransactionCodeModel
extends java.lang.Object
Constructor and Description |
---|
ChangeTransactionCodeModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNewCode()
Getter for newCode
To change the transaction code for this transaction, specify the new transaction code here.
|
void |
setNewCode(java.lang.String value)
Setter for newCode
To change the transaction code for this transaction, specify the new transaction code here.
|
java.lang.String |
toString()
Returns a JSON string representation of ChangeTransactionCodeModel
|
public java.lang.String getNewCode()
public void setNewCode(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object