Class CreateTransactionBatchRequestModel
java.lang.Object
net.avalara.avatax.rest.client.models.CreateTransactionBatchRequestModel
Represents a create transaction batch request model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Getter for name The user-friendly readable name for this batch.Getter for transactions The list of transactions contained in this batch.void
Setter for name The user-friendly readable name for this batch.void
Setter for transactions The list of transactions contained in this batch.toString()
Returns a JSON string representation of CreateTransactionBatchRequestModel
-
Constructor Details
-
CreateTransactionBatchRequestModel
public CreateTransactionBatchRequestModel()
-
-
Method Details
-
getName
Getter for name The user-friendly readable name for this batch. -
setName
Setter for name The user-friendly readable name for this batch. -
getTransactions
Getter for transactions The list of transactions contained in this batch. -
setTransactions
Setter for transactions The list of transactions contained in this batch. -
toString
Returns a JSON string representation of CreateTransactionBatchRequestModel
-