public class CreateTransactionBatchRequestModel
extends java.lang.Object
Constructor and Description |
---|
CreateTransactionBatchRequestModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Getter for name
The user-friendly readable name for this batch.
|
java.util.ArrayList<TransactionBatchItemModel> |
getTransactions()
Getter for transactions
The list of transactions contained in this batch.
|
void |
setName(java.lang.String value)
Setter for name
The user-friendly readable name for this batch.
|
void |
setTransactions(java.util.ArrayList<TransactionBatchItemModel> value)
Setter for transactions
The list of transactions contained in this batch.
|
java.lang.String |
toString()
Returns a JSON string representation of CreateTransactionBatchRequestModel
|
public java.lang.String getName()
public void setName(java.lang.String value)
public java.util.ArrayList<TransactionBatchItemModel> getTransactions()
public void setTransactions(java.util.ArrayList<TransactionBatchItemModel> value)
public java.lang.String toString()
toString
in class java.lang.Object